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

```graphql example
Expand Down

0 comments on commit f5e5e55

Please sign in to comment.