INPUT_OBJECT
The input object that defines the fields for the createEmailMessageContent mutation.
input CreateEmailMessageContentMutationInput {# A supported language.language: Language!# A short sentence that will be shown as a preview in compatible email clients.inbox_preview: String# The subject.subject: String!# The body.body: Text!# The ID of an EmailMessage.email_message_id: Int64Bit!}