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

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