Fixed typo in default state gql query value

This commit is contained in:
Andrew Bastin
2020-05-05 00:27:45 -04:00
parent ae10af2464
commit 5f06eb5116

View File

@@ -23,7 +23,7 @@ export default () => ({
headers: [],
schema: "",
variablesJSONString: '{ "id": "1" }',
query: `query charcter($id: ID) {
query: `query GetCharacter($id: ID) {
character(id: $id) {
id
name