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

     1  {
     2    "operations": [
     3      {
     4        "operationName": "QueryWithStructs",
     5        "query": "\nquery QueryWithStructs {\n\tuser {\n\t\tauthMethods {\n\t\t\tprovider\n\t\t\temail\n\t\t}\n\t}\n}\n",
     6        "sourceLocation": "testdata/queries/QueryWithStructs.graphql"
     7      }
     8    ]
     9  }