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 Draft Content mutation.

Operation details

FieldValue
NamedeleteDraftContent
GroupDraft Content
TypeMutation
SignaturedeleteDraftContent(input: DeleteDraftContentInput!): DeleteDraftContentPayload!

Playground

Query

Query
mutation DeleteDraftContent($input: DeleteDraftContentInput!) {
  deleteDraftContent(input: $input) {
    entityId
    success
  }
}

Variables

Variables
{
  "input": {
    "projectId": "",
    "entityId": "",
    "entityType": "page"
  }
}