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.

Draft Content query.

Operation details

FieldValue
NamedraftContent
GroupDraft Content
TypeQuery
SignaturedraftContent(input: GetDraftContentInput!): DraftContent

Playground

Query

Query
query DraftContent($input: GetDraftContentInput!) {
  draftContent(input: $input) {
    updatedAt
    body
    entityId
    entityType
    version
  }
}

Variables

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