github.com/opiuman/genqlient@v1.0.0/generate/testdata/snapshots/TestGenerate-InterfaceListOfListsOfListsField.graphql-InterfaceListOfListsOfListsField.graphql.json (about) 1 { 2 "operations": [ 3 { 4 "operationName": "InterfaceListOfListOfListsField", 5 "query": "\nquery InterfaceListOfListOfListsField {\n\tlistOfListsOfListsOfContent {\n\t\t__typename\n\t\tid\n\t\tname\n\t}\n\twithPointer: listOfListsOfListsOfContent {\n\t\t__typename\n\t\tid\n\t\tname\n\t}\n}\n", 6 "sourceLocation": "testdata/queries/InterfaceListOfListsOfListsField.graphql" 7 } 8 ] 9 }