Skip to main content
Delete Project Tool mutation.

Operation details

FieldValue
NamedeleteProjectTool
GroupProject Primitives
TypeMutation
SignaturedeleteProjectTool(input: DeleteProjectToolInput!): DeleteProjectPrimitivePayload!

Playground

Query

Query
mutation DeleteProjectTool($input: DeleteProjectToolInput!) {
  deleteProjectTool(input: $input) {
    id
    success
  }
}

Variables

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