Closed benjie closed 1 month ago
Latest commit: b77f6e909c1c0f1921f75726384472e945ea698b
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Description
Fixes https://github.com/graphile/crystal/issues/2170
Performance impact
Marginal performance cost for loadOne/loadMany calls that accept object/list specs.
Security impact
Generally an improvement I hope, though there's a risk of memory exhaustion attacks if this is not used sensibly.
Checklist
yarn lint:fix
passes.yarn test
passes.RELEASE_NOTES.md
file (if one exists).