Editing a post's title
You can edit a post's title using an admin token and its ID
You can update any post's title using the following GraphQL query:
where $updatePostTitleId
is the post's ID and $title
is the new title. On success, this will return: