WhatDataObjectRemoveInput
Last updated
Was this helpful?
Input object to identify a WHAT data object to remove from an access control. When both permissions and globalPermissions are omitted, the entire WHAT link is removed. When specific permissions are provided, only those permissions are subtracted.
input WhatDataObjectRemoveInput {
dataObject: ID!
globalPermissions: [String!]
permissions: [String!]
}ID! non-null scalarThe ID of the data object to remove or remove permissions from.
[String!] list scalarSpecific global permissions to remove. When omitted (together with permissions), removes the entire WHAT link.
[String!] list scalarSpecific permissions to remove. When omitted (together with globalPermissions), removes the entire WHAT link.
AccessControlInput input
Last updated
Was this helpful?
Was this helpful?