administerObjectPermission Mutation
Administers a Permission to an object for the specified User.
Access is not permitted.
Input fields (AdministerObjectPermissionInput!)
Argument | Type | Description |
---|---|---|
grant | Boolean! | Specifies whether to grant or revoke the specified Permission. |
permission | ID! | The Permission to grant for the specified object. |
object | ID! | The object for which the specified Permission is being granted. |
id | ID | The ID of the User to mutate. |
clientMutationId | String | A unique identifier for the client performing the mutation. |