Skip to content

Commit

Permalink
docs(changeset): - name is now a required configuration option in `…
Browse files Browse the repository at this point in the history
…makePgConfig`

- Conflicts in `pgConfigs` (e.g. multiple sources using the same 'name') now detected and output
- `makePgConfig` now allows passing `pgSettings` callback and `pgSettingsForIntrospection` config object
  • Loading branch information
benjie committed Feb 13, 2023
1 parent a824671 commit 80091a8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .changeset/witty-adults-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@dataplan/pg": patch
"graphile-build-pg": patch
"postgraphile": patch
---

- `name` is now a required configuration option in `makePgConfig`
- Conflicts in `pgConfigs` (e.g. multiple sources using the same 'name') now
detected and output
- `makePgConfig` now allows passing `pgSettings` callback and
`pgSettingsForIntrospection` config object

0 comments on commit 80091a8

Please sign in to comment.