OBJECT

UpdateLiveUpNotificationValidationError

Resolver for validation errors that occur on update live up notification.

link GraphQL Schema definition

1type UpdateLiveUpNotificationValidationError {
2
3# Error code that describes the validation error.
4code: UpdateLiveUpNotificationValidationErrorCode!
5
6}