9 lines
253 B
JSON
9 lines
253 B
JSON
{
|
|
"operations": [
|
|
{
|
|
"operationName": "QueryWithDoubleAlias",
|
|
"query": "\nquery QueryWithDoubleAlias {\n\tuser {\n\t\tID: id\n\t\tAlsoID: id\n\t}\n}\n",
|
|
"sourceLocation": "testdata/queries/QueryWithDoubleAlias.graphql"
|
|
}
|
|
]
|
|
} |