Types
UpdateInviteRequestInput
Autogenerated input type of UpdateInviteRequest
input
UpdateInviteRequestInputFields
clientMutationId
String
A unique identifier for the client performing the mutation.
id
ID!
required
ID of the invite request to update — resource ID or GlobalID.
rejectionReason
String
Free-text rejection reason shown to the requester. Required when rejection_type is OTHER.
rejectionType
Reason category when rejecting. Must not be set together with an APPROVED status.
status
required
The decision to apply. Only APPROVED or REJECTED are accepted; any other value is a BAD_USER_INPUT error.