OBJECT

UnsetHypeTrainConfigPayload

UnsetHypeTrainConfigPayload is the response that contains the Unsetd config.

link GraphQL Schema definition

1type UnsetHypeTrainConfigPayload {
2
3# The hype train config for the channel.
4config: HypeTrainConfig
5
6}