github.com/codykaup/genqlient@v0.6.2/generate/testdata/snapshots/TestGenerate-Hasura.graphql-Hasura.graphql.json (about) 1 { 2 "operations": [ 3 { 4 "operationName": "GetPokemon", 5 "query": "\nquery GetPokemon ($where: getPokemonBoolExp!) {\n\tgetPokemon(where: $where) {\n\t\tspecies\n\t\tlevel\n\t}\n}\n", 6 "sourceLocation": "testdata/queries/Hasura.graphql" 7 } 8 ] 9 }