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