type Query { me: User user(id: ID!): User } type User { id: ID! name: String! luckyNumber: Int }