ActivityReactionCreateUnion
If mutation is successful, the Activity will be returned, otherwise a MutationError is returned.
union ActivityReactionCreateUnion = MutationError | Activity
Possible types
ActivityReactionCreateUnion.MutationError object
Has errors for a mutation
ActivityReactionCreateUnion.Activity object
An activity belonging to an activity feed.
Returned by
ActivityReactionCreate mutation