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