OBJECT
type Token {id: String! userId: String! createdAt: DateTime! updatedAt: DateTime! valid: Boolean! user: User! type: TokenType! }