INPUT_OBJECT
UpdateEmailMessageMutationInput
The input object that defines the fields for the updateEmailMessage mutation.
link GraphQL Schema definition
- input UpdateEmailMessageMutationInput {
- # A descriptive name.
- : String
- # The name to send from when using this email message. If `null`, then the system
- # default will be used.
- : String
- # The email address to send from when using this email message. If `null`, then
- # the system default will be used.
- : EmailAddress
- # ID of the Saved Message Category.
- : Int64Bit
- # A note about this entity.
- : NoteMutationInput
- # Setting this value to `true` will set `saved_message_category_id` to null.
- : Boolean
- }