Mutations
/create_update
create_update
Arguments
body
String!
Required
The update text. Do not use @ to mention users, use the mentions field instead (if available).item_id
ID
The item's unique identifier on which the update will be created on. No need to set if you are using parent_id for replying to a post.parent_id
ID
The parent post identifier. Use this to reply to a post.
Returns
mutation create_update($body: String!) { create_update(body: $body) { # create_update fields } }
Built with