INPUT_OBJECT

CreateOrUpdateClientStoryReadInput

link GraphQL Schema definition

  • input CreateOrUpdateClientStoryReadInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Id of the read appointment or task, or empty when this read points to a message.
  • activityId: ID
  • # Id of the read email or memo, or empty when this read points to an activity.
  • messageId: ID
  • # When true, the user explicitly chose not to follow up on this item.
  • noFollow: Boolean
  • # Id of the reading user.
  • ownerId: ID
  • # Timestamp the user marked the item as read.
  • readAt: DateTime
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by