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