Skip to content

Commit 0280453

Browse files
authored
Merge pull request #913 from constructive-io/devin/1774572926-cli-list-pagination
feat(codegen): add pagination, filtering, search, find-first; remove MCP; unify casing
2 parents 6ce57ba + 5e641d2 commit 0280453

25 files changed

Lines changed: 3543 additions & 9814 deletions

graphile/graphile-settings/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"graphile-upload-plugin": "workspace:^",
5454
"graphile-utils": "5.0.0-rc.8",
5555
"graphql": "16.13.0",
56-
"inflekt": "^0.5.1",
56+
"inflekt": "^0.6.0",
5757
"lru-cache": "^11.2.7",
5858
"pg": "^8.20.0",
5959
"pg-query-context": "workspace:^",

graphql/codegen/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@
6666
"gql-ast": "workspace:^",
6767
"graphile-schema": "workspace:^",
6868
"graphql": "16.13.0",
69-
"inflekt": "^0.5.1",
69+
"inflekt": "^0.6.0",
7070
"inquirerer": "^4.7.0",
7171
"jiti": "^2.6.1",
72-
"komoji": "^0.8.1",
72+
"komoji": "^0.9.0",
7373
"oxfmt": "^0.40.0",
7474
"pg-cache": "workspace:^",
7575
"pg-env": "workspace:^",

0 commit comments

Comments
 (0)