The-Devoyage / subgraph

A POC written in rust to generate a functional API based on a simple config/schema.
GNU General Public License v3.0
7 stars 0 forks source link

DB Joins #77

Closed nickisyourfan closed 10 months ago

nickisyourfan commented 10 months ago

Graphql VS DB Joins will allow for flexibility when restricting access. DB Joins will use $lookup(mongo) and JOIN(sql) functionality to complete the required join from the database rather than from the graphql prospective.

nickisyourfan commented 10 months ago

Possibly deprecating, as Context API suits the same solution to the current issue of not being able to restrict access for update resolvers based on other service data.