OBJECT
Email direct marketing data
type EmailMarketing {# Is email direct marketing enabled for this site?edmEnabled: Boolean! # Should GDPR subscription checkbox be enabled for this site?gdprSubscriptionCheckboxEnabled: Boolean! id: ID! # Newsletter subscriptionnewsletterSubscriptionForm: NewsletterSubscriptionForm # Link to a privacy policyprivacyPolicyLink: TextLink! }