ActivityReactionDelete
Delete a reaction of type like or dislike for an activity.
ActivityReactionDelete(
activityId: ID!
): ActivityReactionDeleteUnion!
Arguments
ActivityReactionDelete.activityId ● ID! non-null scalar
ID of the activity that the reaction is for.
Type
ActivityReactionDeleteUnion union
If mutation is successful, the Activity will be returned, otherwise a MutationError is returned.