OBJECT
type PhoneVerificationToken implements Node {id: ID! phone: String! token: String! createdAt: Time! expiresAt: Time! message: String # The user who consumed this tokenuser: User }