Added headers field to state and added mutations to handle header list updates
This commit is contained in:
committed by
Andrew Bastin
parent
7d78d34de0
commit
122782f244
@@ -18,6 +18,7 @@ export default () => ({
|
||||
contentType: '',
|
||||
},
|
||||
gql: {
|
||||
url: 'https://rickandmortyapi.com/graphql'
|
||||
url: 'https://rickandmortyapi.com/graphql',
|
||||
headers: []
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user