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