Skip to content

Commit cad95bb

Browse files
github-actions[bot]IlyaSemenov
authored andcommitted
Version Packages
1 parent 0ca55fb commit cad95bb

File tree

6 files changed

+30
-18
lines changed

6 files changed

+30
-18
lines changed

.changeset/clean-hounds-unite.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/pretty-laws-explode.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/objection/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# objection-graphql-resolver
22

3+
## 7.5.0
4+
5+
### Minor Changes
6+
7+
- 0ca55fb: Refactor cursor pagination:
8+
9+
- Expect explicit list of fields to sort on.
10+
- If not provided, take the list of sort fields from the query itself.
11+
- Fix crash on naming clash when e.g. paginating over `id` with subquery also having `id`.
12+
13+
### Patch Changes
14+
15+
- 8d7c54c: Run subquery modify prior to applying pagination.
16+
317
## 7.4.0
418

519
### Minor Changes

packages/objection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "objection-graphql-resolver",
33
"description": "objection.js plugin: resolve GraphQL query using withGraphFetched",
4-
"version": "7.4.0",
4+
"version": "7.5.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/IlyaSemenov/objection-graphql-resolver.git"

packages/orchid/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# orchid-graphql
22

3+
## 1.8.0
4+
5+
### Minor Changes
6+
7+
- 0ca55fb: Refactor cursor pagination:
8+
9+
- Expect explicit list of fields to sort on.
10+
- If not provided, take the list of sort fields from the query itself.
11+
- Fix crash on naming clash when e.g. paginating over `id` with subquery also having `id`.
12+
13+
### Patch Changes
14+
15+
- 8d7c54c: Run subquery modify prior to applying pagination.
16+
317
## 1.7.0
418

519
### Minor Changes

packages/orchid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "orchid-graphql",
33
"description": "orchid-orm plugin: resolve GraphQL query with Orchid ORM",
4-
"version": "1.7.0",
4+
"version": "1.8.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/IlyaSemenov/orchid-graphql"

0 commit comments

Comments
 (0)