Releases: IlyaSemenov/graphql-orm
Releases · IlyaSemenov/graphql-orm
[email protected]
Patch Changes
- 555419a: Add proper
exports
section topackage.json
. Allow native ESM import of this module.
[email protected]
Patch Changes
- 555419a: Add proper
exports
section topackage.json
. Allow native ESM import of this module.
[email protected]
Minor Changes
-
0ca55fb: Refactor cursor pagination:
- Expect explicit list of fields to sort on.
- If not provided, take the list of sort fields from the query itself.
- Fix crash on naming clash when e.g. paginating over
id
with subquery also havingid
.
Patch Changes
- 8d7c54c: Run subquery modify prior to applying pagination.
[email protected]
Minor Changes
-
0ca55fb: Refactor cursor pagination:
- Expect explicit list of fields to sort on.
- If not provided, take the list of sort fields from the query itself.
- Fix crash on naming clash when e.g. paginating over
id
with subquery also havingid
.
Patch Changes
- 8d7c54c: Run subquery modify prior to applying pagination.
[email protected]
Minor Changes
- 85f1e5b: Basic type check for
graph.resolve()
query argument. Use latest orchid-orm types.
[email protected]
[email protected]
[email protected]
Patch Changes
- 91c309d: Remove dependency on
pqb
.
[email protected]
Patch Changes
- 05d7316: Revert inlining graphql-parse-resolve-info, bump its version instead.
[email protected]
Patch Changes
- 05d7316: Revert inlining graphql-parse-resolve-info, bump its version instead.