Added query field to the GQL state

This commit is contained in:
Andrew Bastin
2019-11-26 15:43:06 -05:00
parent 9ad822577b
commit 7fab6f4732

View File

@@ -19,6 +19,7 @@ export default () => ({
},
gql: {
url: 'https://rickandmortyapi.com/graphql',
headers: []
headers: [],
query: ""
}
});