github.com/codykaup/genqlient@v0.6.2/generate/testdata/snapshots/TestGenerate-QueryWithDoubleAlias.graphql-QueryWithDoubleAlias.graphql.json (about)

     1  {
     2    "operations": [
     3      {
     4        "operationName": "QueryWithDoubleAlias",
     5        "query": "\nquery QueryWithDoubleAlias {\n\tuser {\n\t\tID: id\n\t\tAlsoID: id\n\t}\n}\n",
     6        "sourceLocation": "testdata/queries/QueryWithDoubleAlias.graphql"
     7      }
     8    ]
     9  }