type Query { currentUser: User } type User { email: String! firstName: String! fullName: String! id: ID! lastName: String! }