ActivityCommentCreate
Add a comment for an activity.
ActivityCommentCreate(
activityId: ID!
comment: String!
): ActivityCommentCreateUnion!
Arguments
ActivityCommentCreate.activityId ● ID! non-null scalar
ID of the activity that the comment is for.
ActivityCommentCreate.comment ● String! non-null scalar
Text of the comment if reaction is type comment.
Type
ActivityCommentCreateUnion union
If mutation is successful, the Activity will be returned, otherwise a MutationError is returned.