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 Files query.

Operation details

FieldValue
NamedraftFiles
GroupDraft Content
TypeQuery
SignaturedraftFiles(input: ListDraftFilesInput!): [DraftFile!]!

Playground

Query

Query
query DraftFiles($input: ListDraftFilesInput!) {
  draftFiles(input: $input) {
    updatedAt
    bodySnapshot
    entityId
    entityType
    version
  }
}

Variables

Variables
{
  "input": {
    "projectId": ""
  }
}