Mutations
/like_update
like_update
Arguments
update_id
ID!
Required
The update identifier.reaction_type
String
The reaction type.
Returns
mutation like_update($update_id: ID!) { like_update(update_id: $update_id) { # like_update fields } }
Built with