INPUT_OBJECT
input CreateMemoCommentInput {clientMutationId: String# 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}