OBJECT
A very lite version of "User" type
type LightenedUser {id: Int! firstName: String! lastName: String! email: String! }