INPUT_OBJECT

UpdateOrganizationInviteInput

link GraphQL Schema definition

1input UpdateOrganizationInviteInput {
4
2# Invitation id
3organizationInviteId: ID!
7
5# Message shown to the user and the approver of the invite
6message: String
10
8# List of applications and application-specific roles to grant to the user
9applicationRoles: [ApplicationInviteRoleInput!]!
13
11# Action to perform on the invite
12action: OrganizationInviteAction
14}