Skip to main content
Delete Project Resource mutation.

Operation details

FieldValue
NamedeleteProjectResource
GroupProject Primitives
TypeMutation
SignaturedeleteProjectResource(input: DeleteProjectResourceInput!): DeleteProjectPrimitivePayload!

Playground

Query

Query
mutation DeleteProjectResource($input: DeleteProjectResourceInput!) {
  deleteProjectResource(input: $input) {
    id
    success
  }
}

Variables

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