For the complete documentation index, see llms.txt. This page is also available as Markdown.

CancelAccessRequestInput

Input for the cancelAccessRequest mutation.

input CancelAccessRequestInput {
  comment: String
  id: ID!
  partialImplementationAction: AccessRequestPartialAction
}

Fields

comment ● String scalar

Optional comment to attach when cancelling.

id ● ID! non-null scalar

The ID of the access request to cancel.

partialImplementationAction ● AccessRequestPartialAction enum

Required when the AR resolves as PartiallyImplemented and a GrantVariation exists; ignored otherwise.

Member Of

cancelAccessRequest mutation

Last updated

Was this helpful?