You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose I want to subscribe to messages of a certain type filtering by the value of a field.
Suppose I made a mistake in the name of the field. The mistake would result in server-side error because we don't validate the reference when the subscription is posted. This is:
too late;
hard to debug.
We need to have client-side validation of field references before the request is submitted to the server.