Added query field to the GQL state
This commit is contained in:
parent
9ad822577b
commit
7fab6f4732
1 changed files with 2 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ export default () => ({
|
|||
},
|
||||
gql: {
|
||||
url: 'https://rickandmortyapi.com/graphql',
|
||||
headers: []
|
||||
headers: [],
|
||||
query: ""
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue