OBJECT

EmailVerificationToken

link GraphQL Schema definition

  • type EmailVerificationToken implements Node {
  • id: ID!
  • email: String!
  • token: String!
  • createdAt: Time!
  • expiresAt: Time!
  • # The user who consumed this token
  • user: User
  • }

link Require by

This element is not required by anyone