Added GQL object to global store
This commit is contained in:
parent
4c9c9a2240
commit
2c139c2a65
1 changed files with 3 additions and 0 deletions
|
|
@ -16,5 +16,8 @@ export default () => ({
|
|||
rawInput: false,
|
||||
requestType: '',
|
||||
contentType: '',
|
||||
},
|
||||
gql: {
|
||||
url: 'https://rickandmortyapi.com/graphql'
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue