Closed enisdenjo closed 3 weeks ago
{ allProducts { name price reviews { rating user { name } } } }
Where allProducts comes from the "products" subgraph, reviews come from "reviews" subgraph and its user.name comes from "users" subgraph.
allProducts
reviews
user.name
This means that the "reviews" resolver needs to include the user.name under a deep path.
Where
allProducts
comes from the "products" subgraph,reviews
come from "reviews" subgraph and itsuser.name
comes from "users" subgraph.This means that the "reviews" resolver needs to include the
user.name
under a deep path.