Skip to content

Commit

Permalink
docs(changeset): @foreignFieldName smart tag is now fed into the `i…
Browse files Browse the repository at this point in the history
…nflection.connectionField(...)` or `inflection.listField(...)` inflector as appropriate. If you are using `@foreignSimpleFieldName` you may be able to delete that now; alternatively you should consider renaming `@foreignFieldName` to `@foreignConnectionFieldName` for consistency.
  • Loading branch information
benjie committed Feb 8, 2023
1 parent 4a0b44f commit 6be68a5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .changeset/rotten-chairs-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"graphile-build-pg": patch
"@graphile/simplify-inflection": patch
"postgraphile": patch
---

`@foreignFieldName` smart tag is now fed into the
`inflection.connectionField(...)` or `inflection.listField(...)` inflector as
appropriate. If you are using `@foreignSimpleFieldName` you may be able to
delete that now; alternatively you should consider renaming `@foreignFieldName`
to `@foreignConnectionFieldName` for consistency.

0 comments on commit 6be68a5

Please sign in to comment.