INPUT_OBJECT
AddRoleInput
A type that describes an input for the AddRole mutation.
link GraphQL Schema definition
- input AddRoleInput {
- # The name of the Role being created. 70 character limit.
- String! :
- # The status of the Role (LIVE or DRAFT).
- RoleStatus! :
- # The User ID of the User adding the Role.
- String! :
- # The slugs for the skills to be added to the new Role.
- String]! : [
- # Color for the background of the icon.
- RoleIconColor! :
- # The slug of skill used for the Role icon.
- String! :
- }