Magidoc

updatePost
Mutation

Updates the body content of a news post.

Access: Requires user to be the post creator.

Arguments

#

postId

ID !
Non-null

ID of the post to update

body

Non-null

New body content. Must be a valid HTML string

Response

#

Returns Post !.

Example

#