GraphQL INPUT_OBJECT
UpdateEmailInput
Input for update of an email.
link Definition
- input UpdateEmailInput {
- # Unique Id of the email.
- : Int!
- # Email address from where the email was sent.
- : String
- # Email address to where the email was delivered.
- : String
- # CC Email address to where the email was delivered.
- : String
- # BCC Email address to where the email was delivered.
- : String
- # The subject of the email.
- : String
- }