Operation details
Playground
Query
query.graphql
Variables
variables.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Commit draft content mutation.
| Field | Value |
|---|---|
| Name | commitDraftContent |
| Group | Draft Content |
| Type | Mutation |
| Signature | commitDraftContent(input: CommitDraftContentInput!): CommitDraftContentPayload! |
mutation CommitDraftContent($input: CommitDraftContentInput!) {
commitDraftContent(input: $input) {
bodyLength
entityId
entityType
success
updatedAt
}
}
{
"input": {
"entityId": "",
"entityType": "page"
}
}