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