CommentWorkItemInput
Input for adding a new comment to a tour work item
input CommentWorkItemInput {
comment: String!
tourWorkItemId: TourWorkItemID!
}
Fields
CommentWorkItemInput.comment ● String! non-null scalar
Comment by the current user
CommentWorkItemInput.tourWorkItemId ● TourWorkItemID! non-null scalar
The ID of the tour work item to be commented on
Member Of
commentWorkItem mutation