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

     1  {
     2    "operations": [
     3      {
     4        "operationName": "SimpleInputQuery",
     5        "query": "\nquery SimpleInputQuery ($name: String!) {\n\tuser(query: {name:$name}) {\n\t\tid\n\t}\n}\n",
     6        "sourceLocation": "testdata/queries/SimpleInput.graphql"
     7      }
     8    ]
     9  }