GraphQL OBJECT
Support contact for the product. Displays to customers on checkout pages and in emails.
type SupportContact {# Support contact ID.id: Long! # Support contact name.name: String! }