INPUT_OBJECT
CreateOrUpdateEmailMailboxRelationInput
link GraphQL Schema definition
- input CreateOrUpdateEmailMailboxRelationInput {
- # 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
- # Field whose values are strictly defined with an enumeration of values.
- : EmailDirectionEnum
- # Creation time.
- : DateTime
- # Id of the email that belongs to the mailbox.
- : ID
- # Denormalized flag indicating that the related email has been deleted from this
- # mailbox; such relations are hidden from the inbox view.
- : Boolean
- # Error code for the email in this mailbox; 0 means the email was processed
- # without error.
- : Int
- # Field whose values are strictly defined with an enumeration of values.
- : EmailEventTypeFlagEnum
- # Whether the email is scheduled to be sent at a future time and has not been sent
- # yet.
- : Boolean
- # Id of the mailbox (connected email account) the email belongs to.
- : ID
- # Time when the email was sent, or its scheduled send time if it has not been sent
- # yet.
- : DateTime
- # Id of the email thread, or the id of the email itself when it does not belong to
- # a thread.
- : ID
- # Field whose values are strictly defined with an enumeration of values.
- : EmailTypeEnum
- }