Skip to content

Commit

Permalink
docs(changeset): Fix inflection of computed column field names in sec…
Browse files Browse the repository at this point in the history
…ondary schemas when using the V5 preset. Also, use underscores instead of dashes for the serviceName/schemaName separator for the names of the function resources, so that they can be typed manually rather than having to use string properties like `const { ["myService-mySchema-my_function_name"]: myFunctionResource } = pgRegistry.pgResources`
  • Loading branch information
benjie committed Jul 31, 2023
1 parent 09c7c5f commit 055c4e4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .changeset/ninety-years-press.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"graphile-build-pg": patch
"postgraphile": patch
---

Fix inflection of computed column field names in secondary schemas when using
the V5 preset. Also, use underscores instead of dashes for the
serviceName/schemaName separator for the names of the function resources, so
that they can be typed manually rather than having to use string properties like
`const { ["myService-mySchema-my_function_name"]: myFunctionResource } = pgRegistry.pgResources`

0 comments on commit 055c4e4

Please sign in to comment.