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

     1  {
     2    "operations": [
     3      {
     4        "operationName": "StructOption",
     5        "query": "\nquery StructOption {\n\troot {\n\t\tid\n\t\tchildren {\n\t\t\t__typename\n\t\t\tid\n\t\t\tparent {\n\t\t\t\tid\n\t\t\t\tchildren {\n\t\t\t\t\t__typename\n\t\t\t\t\tid\n\t\t\t\t}\n\t\t\t\tinterfaceChildren: children {\n\t\t\t\t\t__typename\n\t\t\t\t\tid\n\t\t\t\t\t... VideoFields\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\tuser {\n\t\troles\n\t}\n}\nfragment VideoFields on Video {\n\tduration\n}\n",
     6        "sourceLocation": "testdata/queries/StructOption.graphql"
     7      }
     8    ]
     9  }