OBJECT

UpdateSubscriptionProductPayload

Output from the updateSubscriptionProduct mutation.

link GraphQL Schema definition

1type UpdateSubscriptionProductPayload {
2
3# Subscription product output.
4product: SubscriptionProduct
5
6# User/channel to update the subscription product.
7targetUser: User
8
9}