ENUM

ProductType

Description

Type of product.

link GraphQL Schema definition

  • enum ProductType {
  • PAG_TRIAL
  • # POC product.
  • POC
  • # Revenue product.
  • REVENUE
  • # Trial product.
  • TRIAL
  • # Unknown type.
  • UNSPECIFIED_TYPE
  • }