@constructive-io/graphql-codegen 4.30.9 → 4.31.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.
@@ -12,13 +12,13 @@ import type {
12
12
  GraphQLAdapter,
13
13
  GraphQLError,
14
14
  QueryResult,
15
- } from '@constructive-io/graphql-types';
15
+ } from '@constructive-io/graphql-query/runtime';
16
16
 
17
17
  export type {
18
18
  GraphQLAdapter,
19
19
  GraphQLError,
20
20
  QueryResult,
21
- } from '@constructive-io/graphql-types';
21
+ } from '@constructive-io/graphql-query/runtime';
22
22
 
23
23
  /**
24
24
  * Default adapter that uses fetch for HTTP requests.
@@ -8,7 +8,7 @@
8
8
  * Any changes here will affect all generated ORM clients.
9
9
  */
10
10
 
11
- import { parseType, print } from '@0no-co/graphql.web';
11
+ import { parseType, print } from '@constructive-io/graphql-query/runtime';
12
12
  import * as t from 'gql-ast';
13
13
  import type {
14
14
  ArgumentNode,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructive-io/graphql-codegen",
3
- "version": "4.30.9",
3
+ "version": "4.31.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.14.8",
59
+ "@constructive-io/graphql-query": "^3.15.0",
60
60
  "@constructive-io/graphql-types": "^3.5.1",
61
61
  "@inquirerer/utils": "^3.3.5",
62
62
  "@pgpmjs/core": "^6.12.3",
@@ -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.5.0",
67
- "graphile-schema": "^1.13.8",
67
+ "graphile-schema": "^1.13.9",
68
68
  "graphql": "16.13.0",
69
69
  "inflekt": "^0.7.1",
70
70
  "inquirerer": "^4.7.0",
@@ -100,5 +100,5 @@
100
100
  "tsx": "^4.21.0",
101
101
  "typescript": "^5.9.3"
102
102
  },
103
- "gitHead": "a6424a875afd997535ca6b1636542a5158991003"
103
+ "gitHead": "434a578648cb04d3ed25e79a75c654f71573292f"
104
104
  }