9 lines
264 B
JSON
9 lines
264 B
JSON
{
|
|
"operations": [
|
|
{
|
|
"operationName": "SimpleMutation",
|
|
"query": "\nmutation SimpleMutation ($name: String!) {\n\tcreateUser(name: $name) {\n\t\tid\n\t\tname\n\t}\n}\n",
|
|
"sourceLocation": "testdata/queries/SimpleMutation.graphql"
|
|
}
|
|
]
|
|
} |