CloudshelfStaffRoleInput Input Object
Input for updating a Cloudshelf internal staff role
Fields
#
id
GlobalId !
Non-null
The ID of the staff role to update. Staff roles cannot be created via the API.
isAdmin
If true, this role is an admin role. Admin roles automatically receive permissions for new protected entities.
permissions
[ RolePermissionInput !]
The permissions to grant to this role. When provided, this replaces all existing permissions.
Usages
#
References
#
- Argument input of field updateCloudshelfStaffRole from type Mutation
Previous
CloudshelfSortInput
Next
CloudshelfStaffUser