Files
genqlient/generate/testdata/queries/QueryWithDoubleAlias.graphql.json
T
2021-04-02 16:01:52 -07:00

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