9 lines
254 B
JSON
9 lines
254 B
JSON
{
|
|
"operations": [
|
|
{
|
|
"operationName": "SimpleInputQuery",
|
|
"query": "\nquery SimpleInputQuery ($name: String!) {\n\tuser(query: {name:$name}) {\n\t\tid\n\t}\n}\n",
|
|
"sourceLocation": "testdata/queries/SimpleInput.graphql"
|
|
}
|
|
]
|
|
} |