ENUM

ContactableType

An entity that can have a Contact associated with it.

link GraphQL Schema definition

  • enum ContactableType {
  • # Account
  • Account
  • # Network Site
  • NetworkSite
  • # Vendor
  • Vendor
  • }