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
{{ message }}
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.
In typical rest fashion, when first find ids for corresponding resource, and then request data keyed to id. This can lead multiple requests on both sides.
Graphql provides more elegant solution where we just define what we need and data is filled in and returned
Explore graphql and feathers-batch if they will help with fetching data from multiple services efficiently.
In typical rest fashion, when first find ids for corresponding resource, and then request data keyed to id. This can lead multiple requests on both sides.
Graphql provides more elegant solution where we just define what we need and data is filled in and returned
Explore graphql and feathers-batch if they will help with fetching data from multiple services efficiently.
Related #34
The text was updated successfully, but these errors were encountered: