INPUT_OBJECT
UpdateEmailMessageContentMutationInput
The input object that defines the fields for the updateEmailMessageContent mutation.
link GraphQL Schema definition
- input UpdateEmailMessageContentMutationInput {
- # A supported language.
- Language :
- # A short sentence that will be shown as a preview in compatible email clients.
- String :
- # The subject.
- String :
- # The body.
- Text :
- # A list of file IDs to be associated with this object. These must first have been
- # uploaded to the /files endpoint and must be currently unassociated.
- AssociateFileMutationInput] : [
- # Setting this value to `true` will set `inbox_preview` to null.
- Boolean :
- }