OBJECT

AccountProduct

Description

Product enabled via Salesforce.

link GraphQL Schema definition

  • type AccountProduct {
  • # Account name for the given product.
  • account: String!
  • # Name of the product - GPS, Sonar, etc.
  • name: ProductName!
  • # The type of product - Revenue, Trial, POC.
  • type: ProductType!
  • # State of the product - Acive, disabled, etc.
  • state: ProductState!
  • # Date when product expires.
  • expirationDate: DateTime
  • }

link Require by