Slightly uglier filenames, but less code and free diffing! Approved in ADR-466 for Khan use. Fixes #23.
10 lines
254 B
JSON
10 lines
254 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"
|
|
}
|
|
]
|
|
}
|