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).
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the user whose read state of the email thread is tracked.
- : ID
- # Time when the user last read the email thread in the mailbox.
- : DateTime
- # Id of the mailbox (connected email account) the email thread belongs to.
- : ID
- # Id of the email thread, or the id of the email itself when it does not belong to
- # a thread.
- : ID
- }