github.com/Desuuuu/genqlient@v0.5.3/generate/testdata/snapshots/TestGenerate-QueryWithEnums.graphql-QueryWithEnums.graphql.json (about)

     1  {
     2    "operations": [
     3      {
     4        "operationName": "QueryWithEnums",
     5        "query": "\nquery QueryWithEnums {\n\tuser {\n\t\troles\n\t}\n\totherUser: user {\n\t\troles\n\t}\n}\n",
     6        "sourceLocation": "testdata/queries/QueryWithEnums.graphql"
     7      }
     8    ]
     9  }