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

Make getting data from rest more efficient #43

Description

@nickdex

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions