Skip to content
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.

Make getting data from rest more efficient #43

Open
nickdex opened this issue Mar 6, 2019 · 0 comments
Open

Make getting data from rest more efficient #43

nickdex opened this issue Mar 6, 2019 · 0 comments

Comments

@nickdex
Copy link
Owner

nickdex commented Mar 6, 2019

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant