INPUT_OBJECT
UpdateSubscriptionProductInput
Inputs to the updateSubscriptionProduct mutation.
link GraphQL Schema definition
1 input UpdateSubscriptionProductInput { 4 2 # Name of the product. 3 : String 7 5 # Toggle to enable add free viewing. 6 : Boolean 10 8 # Toggle to enable fast chat (or disable slow mode). 9 : Boolean 13 11 # Toggle to enable sub only chat. 12 : Boolean 16 14 # Toggle to enable sub only video. 15 : Boolean 19 17 # The id of the subscription product. 18 : ID! 22 20 # User the update belongs to. 21 : ID! 23 }