OBJECT

UpdateHypeTrainConfigPayload

UpdateHypeTrainConfigPayload is the response that contains the updated config.

link GraphQL Schema definition

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