ENUM

UserInviteStatus

The status of a user invite.

link GraphQL Schema definition

  • enum UserInviteStatus {
  • # User has confirmed their email and accepted the invite.
  • ACCEPTED
  • # User has not yet accepted the invite and confirmed their email.
  • PENDING
  • }