Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Commit draft content mutation.
commitDraftContent
commitDraftContent(input: CommitDraftContentInput!): CommitDraftContentPayload!
mutation CommitDraftContent($input: CommitDraftContentInput!) { commitDraftContent(input: $input) { bodyLength entityId entityType success updatedAt } }
{ "input": { "entityId": "", "entityType": "page" } }