type Query { pokemon: Pokemon } type Pokemon { species: String! level: Int! }