Skip to content

Commit

Permalink
docs(changeset): Default plan resolver will now use `$parent.get(fiel…
Browse files Browse the repository at this point in the history
…dName)` if $parent has a get method, falling back to old `access()` behavior if not.
  • Loading branch information
benjie committed May 24, 2023
1 parent f194efb commit 5c9d322
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/four-cars-camp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"grafast": patch
---

Default plan resolver will now use `$parent.get(fieldName)` if $parent has a get
method, falling back to old `access()` behavior if not.

0 comments on commit 5c9d322

Please sign in to comment.