Added query field to the GQL state
This commit is contained in:
@@ -19,6 +19,7 @@ export default () => ({
|
||||
},
|
||||
gql: {
|
||||
url: 'https://rickandmortyapi.com/graphql',
|
||||
headers: []
|
||||
headers: [],
|
||||
query: ""
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user