Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(changeset): Add support for limiting polymorphic plans (only som…
…e 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.
- Loading branch information