Skip to content

Commit 6cf17a4

Browse files
committed
docs(changeset): Move handling of orderBy to runtime from plantime.
1 parent 4ea9304 commit 6cf17a4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.changeset/violet-jars-exercise.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"graphile-build": patch
3+
"graphile-build-pg": patch
4+
"postgraphile": patch
5+
"@dataplan/pg": patch
6+
---
7+
8+
Start migrating away from `applyPlan`/`inputPlan`, when adding an argument to a
9+
field you can now augment the field's plan resolver via
10+
`context.addToPlanResolver` hook. Use this and other changes to move handling of
11+
orderBy to runtime from plantime.

0 commit comments

Comments
 (0)