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