github.com/codykaup/genqlient@v0.6.2/generate/testdata/snapshots/TestGenerate-CustomMarshal.graphql-CustomMarshal.graphql.json (about) 1 { 2 "operations": [ 3 { 4 "operationName": "CustomMarshal", 5 "query": "\nquery CustomMarshal ($date: Date!) {\n\tusersBornOn(date: $date) {\n\t\tid\n\t\tbirthdate\n\t}\n}\n", 6 "sourceLocation": "testdata/queries/CustomMarshal.graphql" 7 } 8 ] 9 }