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
6 stars 0 forks source link

DB Joins #77

Closed nickisyourfan closed 1 year ago

nickisyourfan commented 1 year 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 1 year 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.