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