Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions sdk/constructive-cli/src/admin/orm/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@
* @generated by @constructive-io/graphql-codegen
* DO NOT EDIT - changes will be overwritten
*/
import type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';

export type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';
import type {
GraphQLAdapter,
GraphQLError,
QueryResult,
} from '@constructive-io/graphql-query/runtime';

export type {
GraphQLAdapter,
GraphQLError,
QueryResult,
} from '@constructive-io/graphql-query/runtime';

/**
* Default adapter that uses fetch for HTTP requests.
Expand Down
2 changes: 1 addition & 1 deletion sdk/constructive-cli/src/admin/orm/query-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @generated by @constructive-io/graphql-codegen
* DO NOT EDIT - changes will be overwritten
*/
import { parseType, print } from '@0no-co/graphql.web';
import { parseType, print } from '@constructive-io/graphql-query/runtime';
import * as t from 'gql-ast';
import type { ArgumentNode, EnumValueNode, FieldNode, VariableDefinitionNode } from 'graphql';

Expand Down
14 changes: 11 additions & 3 deletions sdk/constructive-cli/src/auth/orm/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@
* @generated by @constructive-io/graphql-codegen
* DO NOT EDIT - changes will be overwritten
*/
import type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';

export type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';
import type {
GraphQLAdapter,
GraphQLError,
QueryResult,
} from '@constructive-io/graphql-query/runtime';

export type {
GraphQLAdapter,
GraphQLError,
QueryResult,
} from '@constructive-io/graphql-query/runtime';

/**
* Default adapter that uses fetch for HTTP requests.
Expand Down
2 changes: 1 addition & 1 deletion sdk/constructive-cli/src/auth/orm/query-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @generated by @constructive-io/graphql-codegen
* DO NOT EDIT - changes will be overwritten
*/
import { parseType, print } from '@0no-co/graphql.web';
import { parseType, print } from '@constructive-io/graphql-query/runtime';
import * as t from 'gql-ast';
import type { ArgumentNode, EnumValueNode, FieldNode, VariableDefinitionNode } from 'graphql';

Expand Down
14 changes: 11 additions & 3 deletions sdk/constructive-cli/src/objects/orm/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@
* @generated by @constructive-io/graphql-codegen
* DO NOT EDIT - changes will be overwritten
*/
import type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';

export type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';
import type {
GraphQLAdapter,
GraphQLError,
QueryResult,
} from '@constructive-io/graphql-query/runtime';

export type {
GraphQLAdapter,
GraphQLError,
QueryResult,
} from '@constructive-io/graphql-query/runtime';

/**
* Default adapter that uses fetch for HTTP requests.
Expand Down
2 changes: 1 addition & 1 deletion sdk/constructive-cli/src/objects/orm/query-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @generated by @constructive-io/graphql-codegen
* DO NOT EDIT - changes will be overwritten
*/
import { parseType, print } from '@0no-co/graphql.web';
import { parseType, print } from '@constructive-io/graphql-query/runtime';
import * as t from 'gql-ast';
import type { ArgumentNode, EnumValueNode, FieldNode, VariableDefinitionNode } from 'graphql';

Expand Down
14 changes: 11 additions & 3 deletions sdk/constructive-cli/src/public/orm/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@
* @generated by @constructive-io/graphql-codegen
* DO NOT EDIT - changes will be overwritten
*/
import type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';

export type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';
import type {
GraphQLAdapter,
GraphQLError,
QueryResult,
} from '@constructive-io/graphql-query/runtime';

export type {
GraphQLAdapter,
GraphQLError,
QueryResult,
} from '@constructive-io/graphql-query/runtime';

/**
* Default adapter that uses fetch for HTTP requests.
Expand Down
2 changes: 1 addition & 1 deletion sdk/constructive-cli/src/public/orm/query-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @generated by @constructive-io/graphql-codegen
* DO NOT EDIT - changes will be overwritten
*/
import { parseType, print } from '@0no-co/graphql.web';
import { parseType, print } from '@constructive-io/graphql-query/runtime';
import * as t from 'gql-ast';
import type { ArgumentNode, EnumValueNode, FieldNode, VariableDefinitionNode } from 'graphql';

Expand Down
14 changes: 11 additions & 3 deletions sdk/constructive-react/src/admin/orm/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@
* @generated by @constructive-io/graphql-codegen
* DO NOT EDIT - changes will be overwritten
*/
import type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';

export type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';
import type {
GraphQLAdapter,
GraphQLError,
QueryResult,
} from '@constructive-io/graphql-query/runtime';

export type {
GraphQLAdapter,
GraphQLError,
QueryResult,
} from '@constructive-io/graphql-query/runtime';

/**
* Default adapter that uses fetch for HTTP requests.
Expand Down
2 changes: 1 addition & 1 deletion sdk/constructive-react/src/admin/orm/query-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @generated by @constructive-io/graphql-codegen
* DO NOT EDIT - changes will be overwritten
*/
import { parseType, print } from '@0no-co/graphql.web';
import { parseType, print } from '@constructive-io/graphql-query/runtime';
import * as t from 'gql-ast';
import type { ArgumentNode, EnumValueNode, FieldNode, VariableDefinitionNode } from 'graphql';

Expand Down
14 changes: 11 additions & 3 deletions sdk/constructive-react/src/auth/orm/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@
* @generated by @constructive-io/graphql-codegen
* DO NOT EDIT - changes will be overwritten
*/
import type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';

export type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';
import type {
GraphQLAdapter,
GraphQLError,
QueryResult,
} from '@constructive-io/graphql-query/runtime';

export type {
GraphQLAdapter,
GraphQLError,
QueryResult,
} from '@constructive-io/graphql-query/runtime';

/**
* Default adapter that uses fetch for HTTP requests.
Expand Down
2 changes: 1 addition & 1 deletion sdk/constructive-react/src/auth/orm/query-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @generated by @constructive-io/graphql-codegen
* DO NOT EDIT - changes will be overwritten
*/
import { parseType, print } from '@0no-co/graphql.web';
import { parseType, print } from '@constructive-io/graphql-query/runtime';
import * as t from 'gql-ast';
import type { ArgumentNode, EnumValueNode, FieldNode, VariableDefinitionNode } from 'graphql';

Expand Down
14 changes: 11 additions & 3 deletions sdk/constructive-react/src/objects/orm/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@
* @generated by @constructive-io/graphql-codegen
* DO NOT EDIT - changes will be overwritten
*/
import type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';

export type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';
import type {
GraphQLAdapter,
GraphQLError,
QueryResult,
} from '@constructive-io/graphql-query/runtime';

export type {
GraphQLAdapter,
GraphQLError,
QueryResult,
} from '@constructive-io/graphql-query/runtime';

/**
* Default adapter that uses fetch for HTTP requests.
Expand Down
2 changes: 1 addition & 1 deletion sdk/constructive-react/src/objects/orm/query-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @generated by @constructive-io/graphql-codegen
* DO NOT EDIT - changes will be overwritten
*/
import { parseType, print } from '@0no-co/graphql.web';
import { parseType, print } from '@constructive-io/graphql-query/runtime';
import * as t from 'gql-ast';
import type { ArgumentNode, EnumValueNode, FieldNode, VariableDefinitionNode } from 'graphql';

Expand Down
14 changes: 11 additions & 3 deletions sdk/constructive-react/src/public/orm/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@
* @generated by @constructive-io/graphql-codegen
* DO NOT EDIT - changes will be overwritten
*/
import type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';

export type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';
import type {
GraphQLAdapter,
GraphQLError,
QueryResult,
} from '@constructive-io/graphql-query/runtime';

export type {
GraphQLAdapter,
GraphQLError,
QueryResult,
} from '@constructive-io/graphql-query/runtime';

/**
* Default adapter that uses fetch for HTTP requests.
Expand Down
2 changes: 1 addition & 1 deletion sdk/constructive-react/src/public/orm/query-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @generated by @constructive-io/graphql-codegen
* DO NOT EDIT - changes will be overwritten
*/
import { parseType, print } from '@0no-co/graphql.web';
import { parseType, print } from '@constructive-io/graphql-query/runtime';
import * as t from 'gql-ast';
import type { ArgumentNode, EnumValueNode, FieldNode, VariableDefinitionNode } from 'graphql';

Expand Down
14 changes: 11 additions & 3 deletions sdk/constructive-sdk/src/admin/orm/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@
* @generated by @constructive-io/graphql-codegen
* DO NOT EDIT - changes will be overwritten
*/
import type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';

export type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';
import type {
GraphQLAdapter,
GraphQLError,
QueryResult,
} from '@constructive-io/graphql-query/runtime';

export type {
GraphQLAdapter,
GraphQLError,
QueryResult,
} from '@constructive-io/graphql-query/runtime';

/**
* Default adapter that uses fetch for HTTP requests.
Expand Down
2 changes: 1 addition & 1 deletion sdk/constructive-sdk/src/admin/orm/query-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @generated by @constructive-io/graphql-codegen
* DO NOT EDIT - changes will be overwritten
*/
import { parseType, print } from '@0no-co/graphql.web';
import { parseType, print } from '@constructive-io/graphql-query/runtime';
import * as t from 'gql-ast';
import type { ArgumentNode, EnumValueNode, FieldNode, VariableDefinitionNode } from 'graphql';

Expand Down
14 changes: 11 additions & 3 deletions sdk/constructive-sdk/src/auth/orm/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@
* @generated by @constructive-io/graphql-codegen
* DO NOT EDIT - changes will be overwritten
*/
import type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';

export type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';
import type {
GraphQLAdapter,
GraphQLError,
QueryResult,
} from '@constructive-io/graphql-query/runtime';

export type {
GraphQLAdapter,
GraphQLError,
QueryResult,
} from '@constructive-io/graphql-query/runtime';

/**
* Default adapter that uses fetch for HTTP requests.
Expand Down
2 changes: 1 addition & 1 deletion sdk/constructive-sdk/src/auth/orm/query-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @generated by @constructive-io/graphql-codegen
* DO NOT EDIT - changes will be overwritten
*/
import { parseType, print } from '@0no-co/graphql.web';
import { parseType, print } from '@constructive-io/graphql-query/runtime';
import * as t from 'gql-ast';
import type { ArgumentNode, EnumValueNode, FieldNode, VariableDefinitionNode } from 'graphql';

Expand Down
14 changes: 11 additions & 3 deletions sdk/constructive-sdk/src/objects/orm/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@
* @generated by @constructive-io/graphql-codegen
* DO NOT EDIT - changes will be overwritten
*/
import type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';

export type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';
import type {
GraphQLAdapter,
GraphQLError,
QueryResult,
} from '@constructive-io/graphql-query/runtime';

export type {
GraphQLAdapter,
GraphQLError,
QueryResult,
} from '@constructive-io/graphql-query/runtime';

/**
* Default adapter that uses fetch for HTTP requests.
Expand Down
2 changes: 1 addition & 1 deletion sdk/constructive-sdk/src/objects/orm/query-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @generated by @constructive-io/graphql-codegen
* DO NOT EDIT - changes will be overwritten
*/
import { parseType, print } from '@0no-co/graphql.web';
import { parseType, print } from '@constructive-io/graphql-query/runtime';
import * as t from 'gql-ast';
import type { ArgumentNode, EnumValueNode, FieldNode, VariableDefinitionNode } from 'graphql';

Expand Down
14 changes: 11 additions & 3 deletions sdk/constructive-sdk/src/public/orm/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@
* @generated by @constructive-io/graphql-codegen
* DO NOT EDIT - changes will be overwritten
*/
import type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';

export type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';
import type {
GraphQLAdapter,
GraphQLError,
QueryResult,
} from '@constructive-io/graphql-query/runtime';

export type {
GraphQLAdapter,
GraphQLError,
QueryResult,
} from '@constructive-io/graphql-query/runtime';

/**
* Default adapter that uses fetch for HTTP requests.
Expand Down
2 changes: 1 addition & 1 deletion sdk/constructive-sdk/src/public/orm/query-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @generated by @constructive-io/graphql-codegen
* DO NOT EDIT - changes will be overwritten
*/
import { parseType, print } from '@0no-co/graphql.web';
import { parseType, print } from '@constructive-io/graphql-query/runtime';
import * as t from 'gql-ast';
import type { ArgumentNode, EnumValueNode, FieldNode, VariableDefinitionNode } from 'graphql';

Expand Down
14 changes: 11 additions & 3 deletions sdk/migrate-client/src/migrate/orm/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@
* @generated by @constructive-io/graphql-codegen
* DO NOT EDIT - changes will be overwritten
*/
import type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';

export type { GraphQLAdapter, GraphQLError, QueryResult } from '@constructive-io/graphql-types';
import type {
GraphQLAdapter,
GraphQLError,
QueryResult,
} from '@constructive-io/graphql-query/runtime';

export type {
GraphQLAdapter,
GraphQLError,
QueryResult,
} from '@constructive-io/graphql-query/runtime';

/**
* Default adapter that uses fetch for HTTP requests.
Expand Down
2 changes: 1 addition & 1 deletion sdk/migrate-client/src/migrate/orm/query-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @generated by @constructive-io/graphql-codegen
* DO NOT EDIT - changes will be overwritten
*/
import { parseType, print } from '@0no-co/graphql.web';
import { parseType, print } from '@constructive-io/graphql-query/runtime';
import * as t from 'gql-ast';
import type { ArgumentNode, EnumValueNode, FieldNode, VariableDefinitionNode } from 'graphql';

Expand Down
Loading