Skip to content
Merged
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
1 change: 0 additions & 1 deletion graphile/graphile-settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
"graphile-test": "workspace:^",
"makage": "^0.3.0",
"nodemon": "^3.1.14",
"pgsql-test": "workspace:^",
"ts-node": "^10.9.2"
},
"keywords": [
Expand Down
1 change: 0 additions & 1 deletion pgpm/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"dependencies": {
"@pgpmjs/env": "workspace:^",
"@pgpmjs/logger": "workspace:^",
"@pgpmjs/migrate-client": "workspace:^",
"@pgpmjs/server-utils": "workspace:^",
"@pgpmjs/types": "workspace:^",
"csv-to-pg": "workspace:^",
Expand Down
10,085 changes: 2,615 additions & 7,470 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions sdk/constructive-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
],
"dependencies": {
"@0no-co/graphql.web": "^1.1.2",
"@constructive-io/graphql-query": "workspace:^",
"@constructive-io/graphql-types": "workspace:^",
"appstash": "^0.7.0",
"gql-ast": "workspace:^",
Expand Down
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
1 change: 1 addition & 0 deletions sdk/constructive-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
],
"dependencies": {
"@0no-co/graphql.web": "^1.1.2",
"@constructive-io/graphql-query": "workspace:^",
"@constructive-io/graphql-types": "workspace:^",
"@tanstack/react-query": "^5.90.21",
"gql-ast": "workspace:^",
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
1 change: 1 addition & 0 deletions sdk/constructive-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
],
"dependencies": {
"@0no-co/graphql.web": "^1.1.2",
"@constructive-io/graphql-query": "workspace:^",
"@constructive-io/graphql-types": "workspace:^",
"gql-ast": "workspace:^",
"graphql": "16.13.0"
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
Loading
Loading