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
when you request all models of a given type, there is currently no difference if the type doesn't exist in the typesystem or if there are no instances of the given type in the system.
please refactor:
if no instances - return empty resultset
if type not in typesystem - return not found
The text was updated successfully, but these errors were encountered:
when you request all models of a given type, there is currently no difference if the type doesn't exist in the typesystem or if there are no instances of the given type in the system.
please refactor:
The text was updated successfully, but these errors were encountered: