INPUT_OBJECT
input CreateActivityCommentInput {clientMutationId: String# Last modification time.modified: DateTime# Creation time.created: DateTime# Id of the appointment or task the comment belongs to.activityId: ID!# Free-form text body of the comment.comment: String!# Id of the comment author.ownerId: ID!# Revision when entity was lastly changed.revision: Int}