OBJECT

PendingAccountUsersEdge

link GraphQL Schema definition

  • type PendingAccountUsersEdge {
  • # If the invited user is a contact (receives administrative emails) for the
  • # account
  • contact: Boolean
  • cursor: String
  • # The invited user
  • node: PendingUser
  • # The invited user's role
  • role: Role
  • }