Skip to content

Commit

Permalink
Update handling-n-plus-one.mdx (#3175)
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
lemonez authored Oct 28, 2024
1 parent a77dce2 commit 88e7e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/entities/handling-n-plus-one.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ type Product @key(fields: "id") {
</CodeColumns>


Most subgraph implementations use _reference resolvers_ to returns the entity object corresponding to a key.
Most subgraph implementations use _reference resolvers_ to return the entity object corresponding to a key.
Although this pattern is straightforward, it can diminish performance when a client operation requests fields from many entities.
Recall the `topReviews` query, now in the context of a federated graph:

Expand Down

0 comments on commit 88e7e72

Please sign in to comment.