AdministerObjectPermissionInput Input Object
Input fields
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. |