Editing Posts
This is how the Post editing system works.
Aw Crud! (Mutating posts)
The GraphQL server has several mutators (functions that change data) that allow you to edit posts. They are very simple to use and are as follows according to the schema.
Schema
Note
The full schema, ncluding the Post and PostContentType objects are viewable here.