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 17506c5 commit f38c4e2
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 @@ -140,7 +140,7 @@ type Product @key(fields: "id") {

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
can be resolved by its ID but also the `ProductPrice` can be resolved by
passing in a composite key containing the product id and region name of the
product price.

Expand Down

0 comments on commit f38c4e2

Please sign in to comment.