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.
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.
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.