ToggleLikeMutation 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.
ToggleLikeMutation
id is a number representing the id of the likeable object.
id
type is a string representing the type of the likeable object.
type
ToggleLikeMutation
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.