OBJECT
UpdateLiveUpNotificationPayload
Returned after live up notification state is mutated.
link GraphQL Schema definition
1 type UpdateLiveUpNotificationPayload { 2 3 # The modified broadcast settings. 4 : BroadcastSettings 5 6 # If any validation errors occur, this will not be nil. 7 : UpdateLiveUpNotificationValidationError 8 9 }