Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
clenfest committed May 14, 2024
1 parent 7ff75ab commit d6f99b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/hungry-llamas-remember.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@apollo/gateway": minor
---

Implement new directives to allow getting and setting context. This allows resolvers to reference and access data referenced by entities that exist in the GraphPath that was used to access the field. The following example demonstrates the abillity to access the `prop` field within the Child resolver.
Implement new directives to allow getting and setting context. This allows resolvers to reference and access data referenced by entities that exist in the GraphPath that was used to access the field. The following example demonstrates the ability to access the `prop` field within the Child resolver.

```graphql
type Query {
Expand Down

0 comments on commit d6f99b5

Please sign in to comment.