# Simple GraphQL schema for testing basic type parsing type User { id: ID! email: String! name: String age: Int active: Boolean! }