INPUT_OBJECT

UserInviteInput

Description

Details of the user invitation.

link GraphQL Schema definition

  • input UserInviteInput {
  • # Email of the user.
  • email: String!
  • # Note to the user.
  • note: String!
  • # Specifies whether the user should be an org admin or not.
  • isOrgAdmin: Boolean!
  • }