INPUT_OBJECT
CreateOrUpdateClientStoryReadInput
link GraphQL Schema definition
- input CreateOrUpdateClientStoryReadInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the read appointment or task, or empty when this read points to a message.
- : ID
- # Id of the read email or memo, or empty when this read points to an activity.
- : ID
- # When true, the user explicitly chose not to follow up on this item.
- : Boolean
- # Id of the reading user.
- : ID
- # Timestamp the user marked the item as read.
- : DateTime
- # Revision when entity was lastly changed.
- : Int
- }