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