Skip to main content
Delete Project Task mutation.

Operation details

FieldValue
NamedeleteProjectTask
GroupProject Primitives
TypeMutation
SignaturedeleteProjectTask(input: DeleteProjectTaskInput!): DeleteProjectPrimitivePayload!

Playground

Query

Query
mutation DeleteProjectTask($input: DeleteProjectTaskInput!) {
  deleteProjectTask(input: $input) {
    id
    success
  }
}

Variables

Variables
{
  "input": {
    "projectId": "",
    "taskId": ""
  }
}