Added GQL object to global store

This commit is contained in:
Andrew Bastin
2019-11-21 00:00:15 -05:00
parent 4c9c9a2240
commit 2c139c2a65

View File

@@ -16,5 +16,8 @@ export default () => ({
rawInput: false, rawInput: false,
requestType: '', requestType: '',
contentType: '', contentType: '',
},
gql: {
url: 'https://rickandmortyapi.com/graphql'
} }
}); });