OBJECT

UpdateLiveUpNotificationPayload

Returned after live up notification state is mutated.

link GraphQL Schema definition

1type UpdateLiveUpNotificationPayload {
2
3# The modified broadcast settings.
4broadcastSettings: BroadcastSettings
5
6# If any validation errors occur, this will not be nil.
7error: UpdateLiveUpNotificationValidationError
8
9}