GraphQL OBJECT

SupportContact

Support contact for the product. Displays to customers on checkout pages and in emails.

link Definition

  • type SupportContact {
  • # Support contact ID.
  • id: Long!
  • # Support contact name.
  • name: String!
  • }