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