OBJECT
UpdateLiveUpNotificationValidationError
Resolver for validation errors that occur on update live up notification.
link GraphQL Schema definition
1 type UpdateLiveUpNotificationValidationError { 2 3 # Error code that describes the validation error. 4 : UpdateLiveUpNotificationValidationErrorCode! 5 6 }