Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

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": ""
  }
}