editPost
mutation to update the post text.
The post can be edited only by the author.
data
that represents PostEditInput
object:
Parameter | Type | Description |
---|---|---|
postId | ID | Required. ID of the post/comment that should be edited. |
text | String | Required. The post body text. Available HTML tags are: <a> , <p> , <br> . Any other tag will be trimmed. |
Post
object. Detailed description and the full list of available properties can be found here.