gql_update_post
Modify a post's title or content using GraphQL mutations. Specify the post ID and provide updated text fields as needed.
Instructions
Update a post's title and/or content (GraphQL).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postId | Yes | The post ID to update | |
| title | No | New title (optional) | |
| body | No | New content/body (optional) |