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

AccessControlWhatInputAP

Input object to represent an access control WHAT item for the access control.

input AccessControlWhatInputAP {
  accessControl: ID!
}

Fields

accessControl ● ID! non-null scalar

The ID of the access control to add in the WHAT of the access control.

Member Of

AccessControlInput input

Last updated

Was this helpful?