github.com/nathanstitt/genqlient@v0.3.1-0.20211028004951-a2bda3c41ab8/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 }