Magidoc

CloudshelfStaffRoleInput
Input Object

Input for updating a Cloudshelf internal staff role

Fields

#

description

A description of what this role can do

id

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.

name

The display name of the role

permissions

The permissions to grant to this role. When provided, this replaces all existing permissions.

sortOrder

Sort order for display purposes. Lower numbers appear first.

Usages

#

References

#

  • Argument input of field updateCloudshelfStaffRole from type Mutation