Editing a post's content
You can edit a post's content, including overwriting its type, using an admin token and its ID
Editing a post's content
You can update any post's content using the following GraphQL query. This will overwrite the content type and data, for example:
will be mapped under the following query
onto the new post object:
This is particularly useful when you want to change the type of content in a post, for example, from text to an image or vice versa.