createCustomEmailInput
Autogenerated input type of createCustomEmail
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed By
Definition
"""Autogenerated input type of createCustomEmail"""input createCustomEmailInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") email_type: String greeting: String message_body: String reactivation_wait_days: String subject: String}