Skip to content

Commit

Permalink
docs(changeset): Breaking: connection() step now accepts configurat…
Browse files Browse the repository at this point in the history
…ion object in place of 2nd

argument onwards.

Feature: `edgeDataPlan` can be specified as part of this configuration object,
allowing you to associate edge data with your connection edges.

Feature: `ConnectionStep` and `EdgeStep` gain `get()` methods, so
`*Connection.edges`, `*Connection.nodes`, `*Connection.pageInfo`, `*Edge.node`
and `*Edge.cursor` no longer need plans to be defined.
  • Loading branch information
benjie committed Mar 1, 2024
1 parent bec0b80 commit a287a57
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .changeset/fluffy-suits-tease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
"graphile-build-pg": patch
"postgraphile": patch
"grafast": patch
---

Breaking: `connection()` step now accepts configuration object in place of 2nd
argument onwards.

Feature: `edgeDataPlan` can be specified as part of this configuration object,
allowing you to associate edge data with your connection edges.

Feature: `ConnectionStep` and `EdgeStep` gain `get()` methods, so
`*Connection.edges`, `*Connection.nodes`, `*Connection.pageInfo`, `*Edge.node`
and `*Edge.cursor` no longer need plans to be defined.

0 comments on commit a287a57

Please sign in to comment.