@constructive-io/graphql-codegen 4.13.1 → 4.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -245,7 +245,6 @@ export function buildFindManyDocument<TSelect, TWhere, TCondition = never>(
245
245
  addVariable(
246
246
  {
247
247
  varName: 'where',
248
- argName: 'filter',
249
248
  typeName: filterTypeName,
250
249
  value: args.where,
251
250
  },
@@ -361,7 +360,6 @@ export function buildFindFirstDocument<TSelect, TWhere, TCondition = never>(
361
360
  addVariable(
362
361
  {
363
362
  varName: 'where',
364
- argName: 'filter',
365
363
  typeName: filterTypeName,
366
364
  value: args.where,
367
365
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructive-io/graphql-codegen",
3
- "version": "4.13.1",
3
+ "version": "4.14.0",
4
4
  "description": "GraphQL SDK generator for Constructive databases with React Query hooks",
5
5
  "keywords": [
6
6
  "graphql",
@@ -56,7 +56,7 @@
56
56
  "@0no-co/graphql.web": "^1.1.2",
57
57
  "@babel/generator": "^7.29.1",
58
58
  "@babel/types": "^7.29.0",
59
- "@constructive-io/graphql-query": "^3.5.4",
59
+ "@constructive-io/graphql-query": "^3.6.0",
60
60
  "@constructive-io/graphql-types": "^3.3.2",
61
61
  "@inquirerer/utils": "^3.3.1",
62
62
  "@pgpmjs/core": "^6.6.2",
@@ -64,7 +64,7 @@
64
64
  "deepmerge": "^4.3.1",
65
65
  "find-and-require-package-json": "^0.9.1",
66
66
  "gql-ast": "^3.3.2",
67
- "graphile-schema": "^1.5.4",
67
+ "graphile-schema": "^1.6.0",
68
68
  "graphql": "^16.13.0",
69
69
  "inflekt": "^0.3.3",
70
70
  "inquirerer": "^4.5.2",
@@ -101,5 +101,5 @@
101
101
  "tsx": "^4.21.0",
102
102
  "typescript": "^5.9.3"
103
103
  },
104
- "gitHead": "d0b204889409aa5ad8c11053c4c7f26611d7c99a"
104
+ "gitHead": "1ade5f10df8e38a5f87bbd2e2f7ec2ba97267079"
105
105
  }