INPUT_OBJECT

UpdateDropsOptOutStatusInput

The required input for a updateDropsOptOutStatus mutation.

link GraphQL Schema definition

1input UpdateDropsOptOutStatusInput {
4
2# Channel's drop opt-out Status.
3isOptedOut: Boolean!
7
5# The Id of the user whose broadcast setting is being updated.
6userID: ID!
8}