INPUT_OBJECT

UpdateEmailThreadMailboxClientReadStateInput

link GraphQL Schema definition

  • input UpdateEmailThreadMailboxClientReadStateInput {
  • # 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!
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Id of the user whose read state of the email thread is tracked.
  • clientId: ID
  • # Time when the user last read the email thread in the mailbox.
  • lastReadAt: DateTime
  • # Id of the mailbox (connected email account) the email thread belongs to.
  • mailboxId: ID
  • # Id of the email thread, or the id of the email itself when it does not belong to
  • # a thread.
  • threadOrId: ID
  • }

link Require by