github.com/codykaup/genqlient@v0.6.2/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 }