Mutations
/create_update
create_update
Arguments
bodyString!Required
The update text. Do not use @ to mention users, use the mentions field instead (if available).item_idID
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_idID
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