OBJECT

SubscriptionProductsError

A subscription products error.

link GraphQL Schema definition

1type SubscriptionProductsError {
2
3# A code representing the error state.
4code: SubscriptionProductsErrorCode!
5
6}