-
-
Notifications
You must be signed in to change notification settings - Fork 579
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable limiting polymorphic relations to only certain types (#1817)
- Loading branch information
Showing
26 changed files
with
3,145 additions
and
2,090 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
"graphile-build-pg": patch | ||
"postgraphile": patch | ||
"@dataplan/pg": patch | ||
--- | ||
|
||
Add support for limiting polymorphic plans (only some of them, specifically | ||
`pgUnionAll()` right now) to limit the types of their results; exposed via an | ||
experimental 'only' argument on fields, for example | ||
`allApplications(only: [GcpApplication, AwsApplication])` would limit the type | ||
of applications returned to only be the two specified. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"graphile-build": patch | ||
--- | ||
|
||
Enable detecting "empty" enums (enums with no values). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.