github.com/Desuuuu/genqlient@v0.5.3/generate/testdata/errors/BindingWithIncorrectSelection.schema.graphql (about) 1 type Query { 2 pokemon: Pokemon 3 } 4 5 type Pokemon { 6 species: String! 7 level: Int! 8 }