GraphQL OBJECT
SupportContact
Support contact for the product/client. Displays to customers on checkout pages and in emails.
link Definition
- type SupportContact {
- # Support contact ID.
- Int :
- # Support contact name.
- String :
- # Client for which the support contact is defined.
- Client :
- # Default language Id.
- Language! :
- # Localized support contact items.
- SupportContactLocalizedItem] : [
- # Products that refer to this support contact.
- Product] : [
- # Clients that refer to this support contact.
- Client] : [
- }