Files
genqlient/generate/testdata/queries/QueryWithDoubleAlias.graphql.json
T

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"
}
]
}