OBJECT
Email marketing subscription info
type Subscription {# Emailemail: String! # First namefirstName: String # Last namelastName: String # Postcodepostcode: String # Source type - eg. Checkout Subscribe, Email Seller and AccountsourceType: String # Subscribed AtsubscribedAt: ISO8601DateTime! }