Added GQL object to global store
This commit is contained in:
@@ -16,5 +16,8 @@ export default () => ({
|
||||
rawInput: false,
|
||||
requestType: '',
|
||||
contentType: '',
|
||||
},
|
||||
gql: {
|
||||
url: 'https://rickandmortyapi.com/graphql'
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user