Skip to content

Commit

Permalink
Update spec/Section 2 -- Source Schema.md
Browse files Browse the repository at this point in the history
Co-authored-by: Glen <[email protected]>
  • Loading branch information
michaelstaib and glen-84 authored Aug 1, 2024
1 parent 38647c3 commit 17506c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Section 2 -- Source Schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ type Product @key(fields: "id") {
}
```

Lookups, can also be nested with other lookups and allow resolving nested
Lookups can also be nested within other lookups and allow resolving nested
entities that are part of an aggregate. In the following example the `Product`
can be resolved by it's id but also the `ProductPrice` can be resolved by
passing in a composite key containing the product id and region name of the
Expand Down

0 comments on commit 17506c5

Please sign in to comment.