Fixed broken GraphQL mock query
This commit is contained in:
parent
f38dde160e
commit
423eaa5462
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ export default () => ({
|
|||
headers: [],
|
||||
schema: "",
|
||||
variablesJSONString: '{ "id": "1" }',
|
||||
query: `query GetCharacter($id: ID) {
|
||||
query: `query GetCharacter($id: ID!) {
|
||||
character(id: $id) {
|
||||
id
|
||||
name
|
||||
|
|
|
|||
Loading…
Reference in a new issue