INPUT_OBJECT

DeleteClientStoryReadInput

link GraphQL Schema definition

  • input DeleteClientStoryReadInput {
  • # Optional client-supplied identifier passed on a mutation input and echoed back
  • # unchanged on its payload, so a client can correlate the response with its
  • # request (Relay convention).
  • 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