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 :
- }