INPUT_OBJECT

DeleteClientStoryReadInput

link GraphQL Schema definition

  • input DeleteClientStoryReadInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID!
  • # 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
  • }

link Require by