INPUT_OBJECT
CreateClientStoryReadInput
link GraphQL Schema definition
- input CreateClientStoryReadInput {
- : String
- # 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
- }