OBJECT
type User {id: ID! username: String! firstName: String lastName: String email: String! status: UserStatus! }