INPUT_OBJECT
CreateRoleMutationInput
The input object that defines the fields for the createRole mutation.
link GraphQL Schema definition
- input CreateRoleMutationInput {
- # A descriptive name.
- : String!
- # A list of permissions associated with this role.
- : [Permission!]!
- # A note about this entity.
- : NoteMutationInput
- }