Skip to main content
inputUpdateInviteRequestsInput

Fields

clientMutationId
String

A unique identifier for the client performing the mutation.

deselectedIds
[ID!]

Requests to exclude from a select_all operation — resource IDs or GlobalIDs. Only valid together with select_all.

onlyPlanRequests
Boolean
default:false

When true, act only on purchase-gated (Plan) requests.

rejectionReason
String

Free-text rejection reason shown to the requesters. Required when rejection_type is OTHER.

Reason category when rejecting. Must not be set together with an APPROVED status.

selectAll
Boolean

Select every pending request in scope. Provide this or selected_ids, not both.

selectedIds
[ID!]

Explicit requests to update — resource IDs or GlobalIDs. Provide this or select_all, not both.

spaceId
ID!
required

ID of the Space whose pending requests to update — resource ID or GlobalID.

status

The decision to apply. Only APPROVED or REJECTED are accepted; any other value is a BAD_USER_INPUT error.