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

AccessRequestExceptionInput

Wraps a Mask or FilterRule AccessControl to be applied as an exception to the parent role in an AR with variations.

input AccessRequestExceptionInput {
  accessControl: ID!
}

Fields

accessControl ● ID! non-null scalar

The Mask or FilterRule AccessControl to apply as an exception to the parent role.

Member Of

AccessRequestInput input

Last updated

Was this helpful?