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