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
An endpoint is linked to a list of query. In this list, only one query can be a findAll or a findOne query. When the endpoint is called, every query are executed in parallel.
Actual behavior
An endpoint is linked to a single query.
Materia Version: pre-release
The text was updated successfully, but these errors were encountered:
Expected behavior
An endpoint is linked to a list of query. In this list, only one query can be a
findAll
or afindOne
query. When the endpoint is called, every query are executed in parallel.Actual behavior
An endpoint is linked to a single query.
The text was updated successfully, but these errors were encountered: