ToggleLikeV2Mutation is an interface representing the variables to toggle a like. It includes the id of the likeable object and the type of the likeable object.
ToggleLikeV2Mutation
Optional
asHtml is a boolean representing whether the response should be in HTML format.
asHtml
id is a number representing the id of the likeable object.
id
type is a string representing the type of the likeable object.
type
ToggleLikeV2Mutation
is an interface representing the variables to toggle a like. It includes the id of the likeable object and the type of the likeable object.