INTERFACE

ProductCatalogBenefit

A benefit the user receives when purchasing a product from the product catalog.

link GraphQL Schema definition

1interface ProductCatalogBenefit {
2
3# The identifier of the benefit.
4id: ID!
5
6}