ModifyRoleInput
InputAutogenerated input type of ModifyRole
mutation { organization(id: $organizationId) { modifyRole } }
Example
mutation ModifyRole(
$organizationId: ID!
$input: ModifyRoleInput!
) {
organization(id: $organizationId) {
modifyRole(input: $input) {
errors
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| displayName | String! | — |
| id | ID! | — |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime! | — |