Skip to main content
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"
  }
}