Skip to content

Commit cc809b9

Browse files
chore: update schemas and regenerate all SDK clients
Auto-generated by schema-propagation workflow. Source: constructive-db@d892109da9
1 parent 434a578 commit cc809b9

26 files changed

Lines changed: 156 additions & 52 deletions

File tree

sdk/constructive-cli/src/admin/orm/client.ts

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,17 @@
33
* @generated by @constructive-io/graphql-codegen
44
* DO NOT EDIT - changes will be overwritten
55
*/
6-
import type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';
7-
8-
export type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';
6+
import type {
7+
GraphQLAdapter,
8+
GraphQLError,
9+
QueryResult,
10+
} from '@constructive-io/graphql-query/runtime';
11+
12+
export type {
13+
GraphQLAdapter,
14+
GraphQLError,
15+
QueryResult,
16+
} from '@constructive-io/graphql-query/runtime';
917

1018
/**
1119
* Default adapter that uses fetch for HTTP requests.

sdk/constructive-cli/src/admin/orm/query-builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @generated by @constructive-io/graphql-codegen
44
* DO NOT EDIT - changes will be overwritten
55
*/
6-
import { parseType, print } from '@0no-co/graphql.web';
6+
import { parseType, print } from '@constructive-io/graphql-query/runtime';
77
import * as t from 'gql-ast';
88
import type { ArgumentNode, EnumValueNode, FieldNode, VariableDefinitionNode } from 'graphql';
99

sdk/constructive-cli/src/auth/orm/client.ts

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,17 @@
33
* @generated by @constructive-io/graphql-codegen
44
* DO NOT EDIT - changes will be overwritten
55
*/
6-
import type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';
7-
8-
export type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';
6+
import type {
7+
GraphQLAdapter,
8+
GraphQLError,
9+
QueryResult,
10+
} from '@constructive-io/graphql-query/runtime';
11+
12+
export type {
13+
GraphQLAdapter,
14+
GraphQLError,
15+
QueryResult,
16+
} from '@constructive-io/graphql-query/runtime';
917

1018
/**
1119
* Default adapter that uses fetch for HTTP requests.

sdk/constructive-cli/src/auth/orm/query-builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @generated by @constructive-io/graphql-codegen
44
* DO NOT EDIT - changes will be overwritten
55
*/
6-
import { parseType, print } from '@0no-co/graphql.web';
6+
import { parseType, print } from '@constructive-io/graphql-query/runtime';
77
import * as t from 'gql-ast';
88
import type { ArgumentNode, EnumValueNode, FieldNode, VariableDefinitionNode } from 'graphql';
99

sdk/constructive-cli/src/objects/orm/client.ts

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,17 @@
33
* @generated by @constructive-io/graphql-codegen
44
* DO NOT EDIT - changes will be overwritten
55
*/
6-
import type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';
7-
8-
export type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';
6+
import type {
7+
GraphQLAdapter,
8+
GraphQLError,
9+
QueryResult,
10+
} from '@constructive-io/graphql-query/runtime';
11+
12+
export type {
13+
GraphQLAdapter,
14+
GraphQLError,
15+
QueryResult,
16+
} from '@constructive-io/graphql-query/runtime';
917

1018
/**
1119
* Default adapter that uses fetch for HTTP requests.

sdk/constructive-cli/src/objects/orm/query-builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @generated by @constructive-io/graphql-codegen
44
* DO NOT EDIT - changes will be overwritten
55
*/
6-
import { parseType, print } from '@0no-co/graphql.web';
6+
import { parseType, print } from '@constructive-io/graphql-query/runtime';
77
import * as t from 'gql-ast';
88
import type { ArgumentNode, EnumValueNode, FieldNode, VariableDefinitionNode } from 'graphql';
99

sdk/constructive-cli/src/public/orm/client.ts

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,17 @@
33
* @generated by @constructive-io/graphql-codegen
44
* DO NOT EDIT - changes will be overwritten
55
*/
6-
import type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';
7-
8-
export type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';
6+
import type {
7+
GraphQLAdapter,
8+
GraphQLError,
9+
QueryResult,
10+
} from '@constructive-io/graphql-query/runtime';
11+
12+
export type {
13+
GraphQLAdapter,
14+
GraphQLError,
15+
QueryResult,
16+
} from '@constructive-io/graphql-query/runtime';
917

1018
/**
1119
* Default adapter that uses fetch for HTTP requests.

sdk/constructive-cli/src/public/orm/query-builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @generated by @constructive-io/graphql-codegen
44
* DO NOT EDIT - changes will be overwritten
55
*/
6-
import { parseType, print } from '@0no-co/graphql.web';
6+
import { parseType, print } from '@constructive-io/graphql-query/runtime';
77
import * as t from 'gql-ast';
88
import type { ArgumentNode, EnumValueNode, FieldNode, VariableDefinitionNode } from 'graphql';
99

sdk/constructive-react/src/admin/orm/client.ts

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,17 @@
33
* @generated by @constructive-io/graphql-codegen
44
* DO NOT EDIT - changes will be overwritten
55
*/
6-
import type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';
7-
8-
export type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';
6+
import type {
7+
GraphQLAdapter,
8+
GraphQLError,
9+
QueryResult,
10+
} from '@constructive-io/graphql-query/runtime';
11+
12+
export type {
13+
GraphQLAdapter,
14+
GraphQLError,
15+
QueryResult,
16+
} from '@constructive-io/graphql-query/runtime';
917

1018
/**
1119
* Default adapter that uses fetch for HTTP requests.

sdk/constructive-react/src/admin/orm/query-builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @generated by @constructive-io/graphql-codegen
44
* DO NOT EDIT - changes will be overwritten
55
*/
6-
import { parseType, print } from '@0no-co/graphql.web';
6+
import { parseType, print } from '@constructive-io/graphql-query/runtime';
77
import * as t from 'gql-ast';
88
import type { ArgumentNode, EnumValueNode, FieldNode, VariableDefinitionNode } from 'graphql';
99

0 commit comments

Comments
 (0)