Skip to content

Commit

Permalink
docs(changeset): PgConnectionArgFirstLastBeforeAfterPlugin is now `…
Browse files Browse the repository at this point in the history
…PgFirstLastBeforeAfterArgsPlugin` (because it applies to lists as well as connections). `PgInsertStep`/`pgInsert()`/`PgUpdateStep`/`pgUpdate()`/`PgDeleteStep`/`pgDelete()` are now `PgInsertSingleStep`/`pgInsertSingle()`/`PgUpdateSingleStep`/`pgUpdateSingle()`/`PgDeleteSingleStep`/`pgDeleteSingle()` (to make space to add a future bulk API if we want to). `config.schema.orderByNullsLast` is now `config.schema.pgOrderByNullsLast` for consistency (V4 preset users are unaffected). Lots of field scopes in `graphile-build-pg` have been updated to incorporate `field` into their names.
  • Loading branch information
benjie committed Apr 17, 2023
1 parent 0f47093 commit a73f9c7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .changeset/fifty-mugs-listen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
"graphile-build-pg": patch
"postgraphile": patch
"@dataplan/pg": patch
---

`PgConnectionArgFirstLastBeforeAfterPlugin` is now
`PgFirstLastBeforeAfterArgsPlugin` (because it applies to lists as well as
connections).
`PgInsertStep`/`pgInsert()`/`PgUpdateStep`/`pgUpdate()`/`PgDeleteStep`/`pgDelete()`
are now
`PgInsertSingleStep`/`pgInsertSingle()`/`PgUpdateSingleStep`/`pgUpdateSingle()`/`PgDeleteSingleStep`/`pgDeleteSingle()`
(to make space to add a future bulk API if we want to).
`config.schema.orderByNullsLast` is now `config.schema.pgOrderByNullsLast` for
consistency (V4 preset users are unaffected). Lots of field scopes in
`graphile-build-pg` have been updated to incorporate `field` into their names.

0 comments on commit a73f9c7

Please sign in to comment.