INPUT_OBJECT
CreateOrUpdateMemoCommentInput
link GraphQL Schema definition
- input CreateOrUpdateMemoCommentInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Multi-line text input field.
- : String
- # Relation to single entity instance.
- : ID
- # Relation to single entity instance.
- : ID
- # Revision when entity was lastly changed.
- : Int
- }