INPUT_OBJECT
CreateOrganizationInviteInput
link GraphQL Schema definition
1 input CreateOrganizationInviteInput { 4 2 # Organization to add the user to 3 ID! : 7 5 # Invitee email address 6 String! : 10 8 # Message shown to the user and the approver of the invite 9 String : 13 11 # List of applications and application-specific roles to grant to the user 12 ApplicationInviteRoleInput!]! : [ 14 }