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

GrantCategoryResult

No description

union GrantCategoryResult =
  | GrantCategory
  | InvalidInputError
  | NotFoundError
  | PermissionDeniedError

Possible types

GrantCategory object

Represent a grant category. Grant categories are used to categorize access controls with action=Grant to allow structuring them better.

InvalidInputError object

Error when some of the input parameters in the request are not valid.

NotFoundError object

Error when the user is requesting a resource that does not exist.

PermissionDeniedError object

Error when permission to the requested resource is denied.

Returned By

createGrantCategory mutation ● grantCategory query ● grantCategoryByName query ● updateGrantCategory mutation

Member Of

AssetTypeLinkConfiguration object

Last updated

Was this helpful?