INPUT_OBJECT

UpdateBitsBadgeTiersInput

Settings related to bits badges.

link GraphQL Schema definition

1input UpdateBitsBadgeTiersInput {
4
2# A list of bits badge tiers to be modified.
3tiers: [BitsBadgeTierInput!]
7
5# The owner ID of the channel that the badge tiers belong to.
6userID: ID!
8}