INPUT_OBJECT

UpdateEmailMessageMutationInput

The input object that defines the fields for the updateEmailMessage mutation.

link GraphQL Schema definition

  • input UpdateEmailMessageMutationInput {
  • # A descriptive name.
  • name: String
  • # The name to send from when using this email message. If `null`, then the system
  • # default will be used.
  • from_name: String
  • # The email address to send from when using this email message. If `null`, then
  • # the system default will be used.
  • from_email_address: EmailAddress
  • # ID of the Saved Message Category.
  • saved_message_category_id: Int64Bit
  • # A note about this entity.
  • note: NoteMutationInput
  • # Setting this value to `true` will set `saved_message_category_id` to null.
  • unset_saved_message_category_id: Boolean
  • }

link Require by