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

GrantCategoryAllowedWhatItems

Specifies which WHAT items are allowed for a grant category.

type GrantCategoryAllowedWhatItems {
  dataObject: Boolean!
}

Fields

dataObject ● Boolean! non-null scalar

If true, data objects are allowed in the WHAT list of the access control.

Member Of

GrantCategory object

Last updated

Was this helpful?