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

CloseAccessRequestInput

Input for the closeAccessRequest mutation.

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

Fields

comment ● String scalar

Optional comment to attach when closing.

id ● ID! non-null scalar

The ID of the access request to close.

partialImplementationAction ● AccessRequestPartialAction enum

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

Member Of

closeAccessRequest mutation

Last updated

Was this helpful?