INPUT_OBJECT

CreateOrganizationInviteInput

link GraphQL Schema definition

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