GraphQL ENUM

ContactTypeEnum

link Definition

  • enum ContactTypeEnum {
  • # Invoice contact
  • INVOICE_CONTACT
  • # Legal contact
  • LEGAL_CONTACT
  • # Tax Finance contact
  • TAX_FINANCE_CONTACT
  • # Platform operations contact
  • PLATFORM_OPERATIONS_CONTACT
  • # Marketing contact
  • MARKETING_CONTACT
  • # Technical contact
  • TECHNICAL_CONTACT
  • # Accounting contact
  • ACCOUNTING_CONTACT
  • # Main contact
  • MAIN_CONTACT
  • # Notification contact
  • NOTIFICATION_CONTACT
  • # Customer email BCC contact
  • CUSTOMER_EMAIL_BCC_CONTACT
  • # Customer email CC contact
  • CUSTOMER_EMAIL_CC_CONTACT
  • # Quick Stats contact
  • QUICK_STATS_CONTACT
  • }