INPUT_OBJECT
input CreateOrUpdateMemoCommentInput {clientMutationId: String# Unique identifier of entity.id: ID# Last modification time.modified: DateTime# Creation time.created: DateTime# Free-form text body of the comment.comment: String# Id of the memo.memoId: ID# Id of the comment author.ownerId: ID# Revision when entity was lastly changed.revision: Int}