INPUT_OBJECT

UpdateSubscriptionProductInput

Inputs to the updateSubscriptionProduct mutation.

link GraphQL Schema definition

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