INPUT_OBJECT
EditRoleInput
A type that describes an input for the EditRole mutation.
link GraphQL Schema definition
- input EditRoleInput {
- # The id of role to be edited.
- String! :
- # The edited name of the role. 70 character limit.
- String :
- # The status of the role (LIVE or DRAFT).
- RoleStatus :
- # The User ID of the User editing the role.
- String! :
- # The slugs for the skills to be part of the role. This list of skills will
- # replace whatever skills are currently a part of the role.
- String] : [
- # Color for the background of the icon.
- RoleIconColor :
- # The slug of skill used for the role icon.
- String :
- }