github.com/opiuman/genqlient@v1.0.0/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  }