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

addWhatDataObjectsToAccessControlFromAccessRequest

Add new WHAT items to the given access control. This will basically do the same as addWhatDataObjectsToAccessControl (with overridePermissions=false), but will also synchronously recalculate the access request implementation state so it can immediately be shown.

addWhatDataObjectsToAccessControlFromAccessRequest(
  accessControlId: ID!
  accessRequestId: ID!
  toAdd: [AccessControlWhatInputDO!]
): AccessControlFromAccessRequestResult!

Arguments

accessControlId ● ID! non-null scalar

accessRequestId ● ID! non-null scalar

toAdd ● [AccessControlWhatInputDO!] list input

Type

AccessControlFromAccessRequestResult union

Last updated

Was this helpful?