OBJECT
CustomEmail
A custom email
link GraphQL Schema definition
- type CustomEmail {
- # created at
- String! :
- # type of email
- String :
- # email greeting
- String :
- # The unique identifier of the email
- ID! :
- # message body
- String :
- # subject of email
- String :
- # reactivation_wait_days
- String :
- # Appointment Type, Program or Package object
- CustomEmailRelatedObject :
- # subject of email
- String :
- # updated at
- String! :
- # user id of provider
- ID :
- }
link Require by
- createCustomEmailPayloadAutogenerated return type of createCustomEmail.
- deleteCustomEmailPayloadAutogenerated return type of deleteCustomEmail.
- QueryThe query root of this schema. See available queries.
- updateCustomEmailPayloadAutogenerated return type of updateCustomEmail.
- UserAn user entry, returns basic user information