@cedarjs/gqlorm 5.0.3 → 5.0.4-next.167
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.
- package/dist/react/useLiveQuery.d.ts +5 -2
- package/dist/react/useLiveQuery.d.ts.map +1 -1
- package/package.json +22 -67
- package/dist/cjs/generator/graphqlGenerator.d.ts +0 -30
- package/dist/cjs/generator/graphqlGenerator.d.ts.map +0 -1
- package/dist/cjs/generator/graphqlGenerator.js +0 -430
- package/dist/cjs/live/types.d.ts +0 -262
- package/dist/cjs/live/types.d.ts.map +0 -1
- package/dist/cjs/live/types.js +0 -16
- package/dist/cjs/package.json +0 -1
- package/dist/cjs/parser/queryParser.d.ts +0 -27
- package/dist/cjs/parser/queryParser.d.ts.map +0 -1
- package/dist/cjs/parser/queryParser.js +0 -339
- package/dist/cjs/queryBuilder.d.ts +0 -114
- package/dist/cjs/queryBuilder.d.ts.map +0 -1
- package/dist/cjs/queryBuilder.js +0 -238
- package/dist/cjs/react/useLiveQuery.d.ts +0 -12
- package/dist/cjs/react/useLiveQuery.d.ts.map +0 -1
- package/dist/cjs/react/useLiveQuery.js +0 -62
- package/dist/cjs/setup.d.ts +0 -39
- package/dist/cjs/setup.d.ts.map +0 -1
- package/dist/cjs/setup.js +0 -31
- package/dist/cjs/types/ast.d.ts +0 -80
- package/dist/cjs/types/ast.d.ts.map +0 -1
- package/dist/cjs/types/ast.js +0 -16
- package/dist/cjs/types/orm.d.ts +0 -163
- package/dist/cjs/types/orm.d.ts.map +0 -1
- package/dist/cjs/types/orm.js +0 -16
- package/dist/cjs/types/orm_for_testing.d.ts +0 -44
- package/dist/cjs/types/orm_for_testing.d.ts.map +0 -1
- package/dist/cjs/types/orm_for_testing.js +0 -16
- package/dist/cjs/types/schema.d.ts +0 -4
- package/dist/cjs/types/schema.d.ts.map +0 -1
- package/dist/cjs/types/schema.js +0 -16
- package/dist/cjs/types/typeUtils.d.ts +0 -10
- package/dist/cjs/types/typeUtils.d.ts.map +0 -1
- package/dist/cjs/types/typeUtils.js +0 -65
|
@@ -4,9 +4,12 @@
|
|
|
4
4
|
*/
|
|
5
5
|
import { useQuery as cedarUseQuery } from '@cedarjs/web';
|
|
6
6
|
import type { FrameworkDbClient, QueryFunction } from '../types/orm.js';
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
type QueryVariables = Record<string, unknown>;
|
|
8
|
+
type QueryPayload<T> = Record<string, T>;
|
|
9
|
+
export type UseLiveQueryOptions = Omit<NonNullable<Parameters<typeof cedarUseQuery<any, QueryVariables>>[1]>, 'variables'>;
|
|
10
|
+
export type UseLiveQueryResult<T> = Omit<ReturnType<typeof cedarUseQuery<QueryPayload<T>, QueryVariables>>, 'data'> & {
|
|
9
11
|
data: T | undefined;
|
|
10
12
|
};
|
|
11
13
|
export declare function useLiveQuery<T, TDb extends object = FrameworkDbClient>(queryFn: QueryFunction<T, TDb>, options?: UseLiveQueryOptions): UseLiveQueryResult<T>;
|
|
14
|
+
export {};
|
|
12
15
|
//# sourceMappingURL=useLiveQuery.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useLiveQuery.d.ts","sourceRoot":"","sources":["../../src/react/useLiveQuery.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAMH,OAAO,EAAE,QAAQ,IAAI,aAAa,EAAE,MAAM,cAAc,CAAA;AAGxD,OAAO,KAAK,EAAE,iBAAiB,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA;
|
|
1
|
+
{"version":3,"file":"useLiveQuery.d.ts","sourceRoot":"","sources":["../../src/react/useLiveQuery.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAMH,OAAO,EAAE,QAAQ,IAAI,aAAa,EAAE,MAAM,cAAc,CAAA;AAGxD,OAAO,KAAK,EAAE,iBAAiB,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAEvE,KAAK,cAAc,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;AAC7C,KAAK,YAAY,CAAC,CAAC,IAAI,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC,CAAA;AAKxC,MAAM,MAAM,mBAAmB,GAAG,IAAI,CACpC,WAAW,CAAC,UAAU,CAAC,OAAO,aAAa,CAAC,GAAG,EAAE,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EACrE,WAAW,CACZ,CAAA;AAED,MAAM,MAAM,kBAAkB,CAAC,CAAC,IAAI,IAAI,CACtC,UAAU,CAAC,OAAO,aAAa,CAAC,YAAY,CAAC,CAAC,CAAC,EAAE,cAAc,CAAC,CAAC,EACjE,MAAM,CACP,GAAG;IACF,IAAI,EAAE,CAAC,GAAG,SAAS,CAAA;CACpB,CAAA;AAYD,wBAAgB,YAAY,CAAC,CAAC,EAAE,GAAG,SAAS,MAAM,GAAG,iBAAiB,EACpE,OAAO,EAAE,aAAa,CAAC,CAAC,EAAE,GAAG,CAAC,EAC9B,OAAO,CAAC,EAAE,mBAAmB,GAC5B,kBAAkB,CAAC,CAAC,CAAC,CA4BvB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/gqlorm",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.4-next.167",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -10,117 +10,73 @@
|
|
|
10
10
|
"type": "module",
|
|
11
11
|
"exports": {
|
|
12
12
|
".": {
|
|
13
|
-
"
|
|
13
|
+
"default": {
|
|
14
14
|
"types": "./dist/queryBuilder.d.ts",
|
|
15
15
|
"default": "./dist/queryBuilder.js"
|
|
16
|
-
},
|
|
17
|
-
"require": {
|
|
18
|
-
"types": "./dist/cjs/queryBuilder.d.ts",
|
|
19
|
-
"default": "./dist/cjs/queryBuilder.js"
|
|
20
16
|
}
|
|
21
17
|
},
|
|
22
18
|
"./setup": {
|
|
23
|
-
"
|
|
19
|
+
"default": {
|
|
24
20
|
"types": "./dist/setup.d.ts",
|
|
25
21
|
"default": "./dist/setup.js"
|
|
26
|
-
},
|
|
27
|
-
"require": {
|
|
28
|
-
"types": "./dist/cjs/setup.d.ts",
|
|
29
|
-
"default": "./dist/cjs/setup.js"
|
|
30
22
|
}
|
|
31
23
|
},
|
|
32
24
|
"./queryBuilder": {
|
|
33
|
-
"
|
|
25
|
+
"default": {
|
|
34
26
|
"types": "./dist/queryBuilder.d.ts",
|
|
35
27
|
"default": "./dist/queryBuilder.js"
|
|
36
|
-
},
|
|
37
|
-
"require": {
|
|
38
|
-
"types": "./dist/cjs/queryBuilder.d.ts",
|
|
39
|
-
"default": "./dist/cjs/queryBuilder.js"
|
|
40
28
|
}
|
|
41
29
|
},
|
|
42
30
|
"./react/useLiveQuery": {
|
|
43
|
-
"
|
|
31
|
+
"default": {
|
|
44
32
|
"types": "./dist/react/useLiveQuery.d.ts",
|
|
45
33
|
"default": "./dist/react/useLiveQuery.js"
|
|
46
|
-
},
|
|
47
|
-
"require": {
|
|
48
|
-
"types": "./dist/cjs/react/useLiveQuery.d.ts",
|
|
49
|
-
"default": "./dist/cjs/react/useLiveQuery.js"
|
|
50
34
|
}
|
|
51
35
|
},
|
|
52
36
|
"./parser/queryParser": {
|
|
53
|
-
"
|
|
37
|
+
"default": {
|
|
54
38
|
"types": "./dist/parser/queryParser.d.ts",
|
|
55
39
|
"default": "./dist/parser/queryParser.js"
|
|
56
|
-
},
|
|
57
|
-
"require": {
|
|
58
|
-
"types": "./dist/cjs/parser/queryParser.d.ts",
|
|
59
|
-
"default": "./dist/cjs/parser/queryParser.js"
|
|
60
40
|
}
|
|
61
41
|
},
|
|
62
42
|
"./generator/graphqlGenerator": {
|
|
63
|
-
"
|
|
43
|
+
"default": {
|
|
64
44
|
"types": "./dist/generator/graphqlGenerator.d.ts",
|
|
65
45
|
"default": "./dist/generator/graphqlGenerator.js"
|
|
66
|
-
},
|
|
67
|
-
"require": {
|
|
68
|
-
"types": "./dist/cjs/generator/graphqlGenerator.d.ts",
|
|
69
|
-
"default": "./dist/cjs/generator/graphqlGenerator.js"
|
|
70
46
|
}
|
|
71
47
|
},
|
|
72
48
|
"./live/types": {
|
|
73
|
-
"
|
|
49
|
+
"default": {
|
|
74
50
|
"types": "./dist/live/types.d.ts",
|
|
75
51
|
"default": "./dist/live/types.js"
|
|
76
|
-
},
|
|
77
|
-
"require": {
|
|
78
|
-
"types": "./dist/cjs/live/types.d.ts",
|
|
79
|
-
"default": "./dist/cjs/live/types.js"
|
|
80
52
|
}
|
|
81
53
|
},
|
|
82
54
|
"./types/ast": {
|
|
83
|
-
"
|
|
55
|
+
"default": {
|
|
84
56
|
"types": "./dist/types/ast.d.ts",
|
|
85
57
|
"default": "./dist/types/ast.js"
|
|
86
|
-
},
|
|
87
|
-
"require": {
|
|
88
|
-
"types": "./dist/cjs/types/ast.d.ts",
|
|
89
|
-
"default": "./dist/cjs/types/ast.js"
|
|
90
58
|
}
|
|
91
59
|
},
|
|
92
60
|
"./types/orm": {
|
|
93
|
-
"
|
|
61
|
+
"default": {
|
|
94
62
|
"types": "./dist/types/orm.d.ts",
|
|
95
63
|
"default": "./dist/types/orm.js"
|
|
96
|
-
},
|
|
97
|
-
"require": {
|
|
98
|
-
"types": "./dist/cjs/types/orm.d.ts",
|
|
99
|
-
"default": "./dist/cjs/types/orm.js"
|
|
100
64
|
}
|
|
101
65
|
},
|
|
102
66
|
"./types/schema": {
|
|
103
|
-
"
|
|
67
|
+
"default": {
|
|
104
68
|
"types": "./dist/types/schema.d.ts",
|
|
105
69
|
"default": "./dist/types/schema.js"
|
|
106
|
-
},
|
|
107
|
-
"require": {
|
|
108
|
-
"types": "./dist/cjs/types/schema.d.ts",
|
|
109
|
-
"default": "./dist/cjs/types/schema.js"
|
|
110
70
|
}
|
|
111
71
|
},
|
|
112
72
|
"./types/typeUtils": {
|
|
113
|
-
"
|
|
73
|
+
"default": {
|
|
114
74
|
"types": "./dist/types/typeUtils.d.ts",
|
|
115
75
|
"default": "./dist/types/typeUtils.js"
|
|
116
|
-
},
|
|
117
|
-
"require": {
|
|
118
|
-
"types": "./dist/cjs/types/typeUtils.d.ts",
|
|
119
|
-
"default": "./dist/cjs/types/typeUtils.js"
|
|
120
76
|
}
|
|
121
77
|
}
|
|
122
78
|
},
|
|
123
|
-
"main": "dist/queryBuilder.js",
|
|
79
|
+
"main": "./dist/queryBuilder.js",
|
|
124
80
|
"types": "dist/queryBuilder.d.ts",
|
|
125
81
|
"files": [
|
|
126
82
|
"dist"
|
|
@@ -128,36 +84,35 @@
|
|
|
128
84
|
"scripts": {
|
|
129
85
|
"build": "node ./build.ts",
|
|
130
86
|
"build:pack": "yarn pack -o cedarjs-gqlorm.tgz",
|
|
131
|
-
"build:types": "tsc --build --verbose tsconfig.build.json",
|
|
132
|
-
"build:types-cjs": "tsc --build --verbose tsconfig.cjs.json",
|
|
87
|
+
"build:types": "tsc --build --verbose ./tsconfig.build.json",
|
|
133
88
|
"build:watch": "nodemon --watch src --ext \"js,jsx,ts,tsx\" --ignore dist --exec \"yarn build\"",
|
|
134
|
-
"check:attw": "
|
|
89
|
+
"check:attw": "yarn cedar-fwtools-attw",
|
|
135
90
|
"check:package": "concurrently npm:check:attw yarn publint",
|
|
136
91
|
"prepublishOnly": "NODE_ENV=production yarn build",
|
|
137
92
|
"test": "vitest run",
|
|
138
93
|
"test:watch": "vitest watch"
|
|
139
94
|
},
|
|
140
95
|
"dependencies": {
|
|
141
|
-
"@cedarjs/server-store": "5.0.
|
|
96
|
+
"@cedarjs/server-store": "5.0.4-next.167",
|
|
142
97
|
"graphql": "16.14.2"
|
|
143
98
|
},
|
|
144
99
|
"devDependencies": {
|
|
145
|
-
"@arethetypeswrong/cli": "0.18.
|
|
100
|
+
"@arethetypeswrong/cli": "0.18.5",
|
|
146
101
|
"@babel/cli": "7.29.7",
|
|
147
102
|
"@babel/core": "^7.26.10",
|
|
148
|
-
"@cedarjs/framework-tools": "5.0.
|
|
149
|
-
"@cedarjs/web": "5.0.
|
|
103
|
+
"@cedarjs/framework-tools": "5.0.4-next.167",
|
|
104
|
+
"@cedarjs/web": "5.0.4-next.167",
|
|
150
105
|
"@testing-library/jest-dom": "6.9.1",
|
|
151
106
|
"@types/react": "^18.2.55",
|
|
152
107
|
"@types/react-dom": "^18.2.19",
|
|
153
108
|
"concurrently": "9.2.4",
|
|
154
|
-
"publint": "0.3.
|
|
109
|
+
"publint": "0.3.22",
|
|
155
110
|
"tstyche": "5.0.2",
|
|
156
111
|
"typescript": "5.9.3",
|
|
157
|
-
"vitest": "
|
|
112
|
+
"vitest": "4.1.10"
|
|
158
113
|
},
|
|
159
114
|
"peerDependencies": {
|
|
160
|
-
"@cedarjs/web": "5.0.
|
|
115
|
+
"@cedarjs/web": "5.0.4-next.167",
|
|
161
116
|
"react": "18.3.1",
|
|
162
117
|
"react-dom": "18.3.1"
|
|
163
118
|
},
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* GraphQL query generator that converts AST to GraphQL query strings
|
|
3
|
-
* Transforms our internal AST representation into valid GraphQL queries
|
|
4
|
-
*/
|
|
5
|
-
import type { QueryAST } from '../types/ast.js';
|
|
6
|
-
import { type ModelSchema } from '../types/schema.js';
|
|
7
|
-
export declare class GraphQLGenerateError extends Error {
|
|
8
|
-
context?: any | undefined;
|
|
9
|
-
constructor(message: string, context?: any | undefined);
|
|
10
|
-
}
|
|
11
|
-
export interface GraphQLQuery {
|
|
12
|
-
query: string;
|
|
13
|
-
variables?: Record<string, any>;
|
|
14
|
-
}
|
|
15
|
-
export declare class GraphQLGenerator {
|
|
16
|
-
#private;
|
|
17
|
-
constructor(schema?: ModelSchema);
|
|
18
|
-
/**
|
|
19
|
-
* Update the model schema used for automatic field selection.
|
|
20
|
-
* Pass `undefined` to revert to the id-only fallback.
|
|
21
|
-
* Safe to call multiple times — last call wins.
|
|
22
|
-
*/
|
|
23
|
-
setSchema(schema: ModelSchema | undefined): void;
|
|
24
|
-
/**
|
|
25
|
-
* Generate GraphQL query from AST
|
|
26
|
-
*/
|
|
27
|
-
generate(ast: QueryAST): GraphQLQuery;
|
|
28
|
-
}
|
|
29
|
-
export declare const graphqlGenerator: GraphQLGenerator;
|
|
30
|
-
//# sourceMappingURL=graphqlGenerator.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"graphqlGenerator.d.ts","sourceRoot":"","sources":["../../../src/generator/graphqlGenerator.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAOV,QAAQ,EAKT,MAAM,iBAAiB,CAAA;AACxB,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,oBAAoB,CAAA;AAOrD,qBAAa,oBAAqB,SAAQ,KAAK;IAGpC,OAAO,CAAC,EAAE,GAAG;gBADpB,OAAO,EAAE,MAAM,EACR,OAAO,CAAC,EAAE,GAAG,YAAA;CAKvB;AAED,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAChC;AAED,qBAAa,gBAAgB;;gBASf,MAAM,CAAC,EAAE,WAAW;IAIhC;;;;OAIG;IACH,SAAS,CAAC,MAAM,EAAE,WAAW,GAAG,SAAS,GAAG,IAAI;IAIhD;;OAEG;IACH,QAAQ,CAAC,GAAG,EAAE,QAAQ,GAAG,YAAY;CAodtC;AAGD,eAAO,MAAM,gBAAgB,kBAAyB,CAAA"}
|
|
@@ -1,430 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var graphqlGenerator_exports = {};
|
|
20
|
-
__export(graphqlGenerator_exports, {
|
|
21
|
-
GraphQLGenerateError: () => GraphQLGenerateError,
|
|
22
|
-
GraphQLGenerator: () => GraphQLGenerator,
|
|
23
|
-
graphqlGenerator: () => graphqlGenerator
|
|
24
|
-
});
|
|
25
|
-
module.exports = __toCommonJS(graphqlGenerator_exports);
|
|
26
|
-
var import_typeUtils = require("../types/typeUtils.js");
|
|
27
|
-
class GraphQLGenerateError extends Error {
|
|
28
|
-
constructor(message, context) {
|
|
29
|
-
super(message);
|
|
30
|
-
this.context = context;
|
|
31
|
-
this.name = "GraphQLGenerateError";
|
|
32
|
-
}
|
|
33
|
-
context;
|
|
34
|
-
}
|
|
35
|
-
class GraphQLGenerator {
|
|
36
|
-
#variableCounter = 0;
|
|
37
|
-
#variables = {};
|
|
38
|
-
// Track field names for each variable
|
|
39
|
-
#variableFields = /* @__PURE__ */ new Map();
|
|
40
|
-
// Track current operation for context-aware type generation
|
|
41
|
-
#operation;
|
|
42
|
-
#schema;
|
|
43
|
-
constructor(schema) {
|
|
44
|
-
this.#schema = schema;
|
|
45
|
-
}
|
|
46
|
-
/**
|
|
47
|
-
* Update the model schema used for automatic field selection.
|
|
48
|
-
* Pass `undefined` to revert to the id-only fallback.
|
|
49
|
-
* Safe to call multiple times — last call wins.
|
|
50
|
-
*/
|
|
51
|
-
setSchema(schema) {
|
|
52
|
-
this.#schema = schema;
|
|
53
|
-
}
|
|
54
|
-
/**
|
|
55
|
-
* Generate GraphQL query from AST
|
|
56
|
-
*/
|
|
57
|
-
generate(ast) {
|
|
58
|
-
this.#resetState();
|
|
59
|
-
this.#operation = ast.operation;
|
|
60
|
-
const operationName = this.#generateOperationName(ast);
|
|
61
|
-
const queryBody = this.#generateQueryBody(ast);
|
|
62
|
-
let query = `query ${operationName}`;
|
|
63
|
-
const hasVariables = Object.keys(this.#variables).length > 0;
|
|
64
|
-
if (hasVariables) {
|
|
65
|
-
const variableDefinitions = this.#generateVariableDefinitions();
|
|
66
|
-
query += `(${variableDefinitions})`;
|
|
67
|
-
}
|
|
68
|
-
if (ast.isLive) {
|
|
69
|
-
query += " @live";
|
|
70
|
-
}
|
|
71
|
-
query += ` {
|
|
72
|
-
${queryBody}
|
|
73
|
-
}`;
|
|
74
|
-
const result = { query };
|
|
75
|
-
if (hasVariables) {
|
|
76
|
-
result.variables = structuredClone(this.#variables);
|
|
77
|
-
}
|
|
78
|
-
return result;
|
|
79
|
-
}
|
|
80
|
-
/**
|
|
81
|
-
* Reset internal state for new query generation
|
|
82
|
-
*/
|
|
83
|
-
#resetState() {
|
|
84
|
-
this.#variableCounter = 0;
|
|
85
|
-
this.#variables = {};
|
|
86
|
-
this.#variableFields.clear();
|
|
87
|
-
this.#operation = void 0;
|
|
88
|
-
}
|
|
89
|
-
/**
|
|
90
|
-
* Generate operation name
|
|
91
|
-
*/
|
|
92
|
-
#generateOperationName(ast) {
|
|
93
|
-
const { model, operation } = ast;
|
|
94
|
-
return `${operation}${this.#capitalize(model)}`;
|
|
95
|
-
}
|
|
96
|
-
/**
|
|
97
|
-
* Generate main query body
|
|
98
|
-
*/
|
|
99
|
-
#generateQueryBody(ast) {
|
|
100
|
-
const { model, operation, args } = ast;
|
|
101
|
-
const fieldName = this.#getGraphQLFieldName(model, operation);
|
|
102
|
-
let query = ` ${fieldName}`;
|
|
103
|
-
if (args) {
|
|
104
|
-
const argsString = this.#generateArguments(args, operation);
|
|
105
|
-
if (argsString) {
|
|
106
|
-
query += `(${argsString})`;
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
const fields = this.#generateFieldSelection(args, model);
|
|
110
|
-
query += ` {
|
|
111
|
-
${fields}
|
|
112
|
-
}`;
|
|
113
|
-
return query;
|
|
114
|
-
}
|
|
115
|
-
/**
|
|
116
|
-
* Convert operation to GraphQL field name
|
|
117
|
-
*/
|
|
118
|
-
#getGraphQLFieldName(model, operation) {
|
|
119
|
-
switch (operation) {
|
|
120
|
-
case "findMany":
|
|
121
|
-
return `${model}s`;
|
|
122
|
-
case "findUnique":
|
|
123
|
-
case "findUniqueOrThrow":
|
|
124
|
-
return model;
|
|
125
|
-
case "findFirst":
|
|
126
|
-
case "findFirstOrThrow":
|
|
127
|
-
return model;
|
|
128
|
-
default:
|
|
129
|
-
throw new GraphQLGenerateError(`Unsupported operation: ${operation}`);
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
/**
|
|
133
|
-
* Generate GraphQL arguments from query args
|
|
134
|
-
*/
|
|
135
|
-
#generateArguments(args, operation) {
|
|
136
|
-
const argParts = [];
|
|
137
|
-
if (args?.where) {
|
|
138
|
-
const isFindUnique = operation === "findUnique" || operation === "findUniqueOrThrow";
|
|
139
|
-
const simpleUniqueArg = isFindUnique ? this.#extractSimpleUniqueArgument(args.where) : null;
|
|
140
|
-
if (simpleUniqueArg) {
|
|
141
|
-
argParts.push(simpleUniqueArg);
|
|
142
|
-
} else {
|
|
143
|
-
const whereArg = this.#generateWhereArgument(args.where);
|
|
144
|
-
if (whereArg && whereArg !== "{}") {
|
|
145
|
-
argParts.push(`where: ${whereArg}`);
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
if (args?.orderBy) {
|
|
150
|
-
const orderByArg = this.#generateOrderByArgument(args.orderBy);
|
|
151
|
-
argParts.push(`orderBy: ${orderByArg}`);
|
|
152
|
-
}
|
|
153
|
-
if (typeof args?.take === "number") {
|
|
154
|
-
argParts.push(`first: ${args.take}`);
|
|
155
|
-
}
|
|
156
|
-
if (typeof args?.skip === "number") {
|
|
157
|
-
argParts.push(`skip: ${args.skip}`);
|
|
158
|
-
}
|
|
159
|
-
return argParts.join(", ");
|
|
160
|
-
}
|
|
161
|
-
/**
|
|
162
|
-
* Extract simple unique argument for findUnique operations
|
|
163
|
-
* Returns direct argument format (e.g., "id: $var0") if the where clause
|
|
164
|
-
* contains a single simple field equality, otherwise returns null
|
|
165
|
-
*/
|
|
166
|
-
#extractSimpleUniqueArgument(where) {
|
|
167
|
-
if (where.conditions.length !== 1) {
|
|
168
|
-
return null;
|
|
169
|
-
}
|
|
170
|
-
const condition = where.conditions[0];
|
|
171
|
-
if (!(0, import_typeUtils.isFieldCondition)(condition) || condition.operator !== "equals") {
|
|
172
|
-
return null;
|
|
173
|
-
}
|
|
174
|
-
const variableName = this.#addVariable(condition.value, condition.field);
|
|
175
|
-
return `${condition.field}: $${variableName}`;
|
|
176
|
-
}
|
|
177
|
-
/**
|
|
178
|
-
* Generate variable definitions for GraphQL query
|
|
179
|
-
*/
|
|
180
|
-
#generateVariableDefinitions() {
|
|
181
|
-
return Object.entries(this.#variables).map(([name, value]) => {
|
|
182
|
-
const fieldName = this.#variableFields.get(name);
|
|
183
|
-
const baseType = this.#getGraphQLType(value, fieldName);
|
|
184
|
-
const isFindUnique = this.#operation === "findUnique" || this.#operation === "findUniqueOrThrow";
|
|
185
|
-
const isIdField = fieldName === "id" || fieldName?.endsWith("Id");
|
|
186
|
-
if (isFindUnique && isIdField && !baseType.includes("!")) {
|
|
187
|
-
return `$${name}: ${baseType}!`;
|
|
188
|
-
}
|
|
189
|
-
return `$${name}: ${baseType}`;
|
|
190
|
-
}).join(", ");
|
|
191
|
-
}
|
|
192
|
-
/**
|
|
193
|
-
* Generate WHERE argument
|
|
194
|
-
*/
|
|
195
|
-
#generateWhereArgument(where) {
|
|
196
|
-
const conditions = where.conditions.map(
|
|
197
|
-
(condition) => this.#generateCondition(condition)
|
|
198
|
-
);
|
|
199
|
-
if (conditions.length === 0) {
|
|
200
|
-
return "{}";
|
|
201
|
-
}
|
|
202
|
-
if (conditions.length === 1) {
|
|
203
|
-
return conditions[0];
|
|
204
|
-
}
|
|
205
|
-
return `{ AND: [${conditions.join(", ")}] }`;
|
|
206
|
-
}
|
|
207
|
-
/**
|
|
208
|
-
* Generate individual where condition
|
|
209
|
-
*/
|
|
210
|
-
#generateCondition(condition) {
|
|
211
|
-
if ((0, import_typeUtils.isFieldCondition)(condition)) {
|
|
212
|
-
return this.#generateFieldCondition(condition);
|
|
213
|
-
} else if ((0, import_typeUtils.isLogicalCondition)(condition)) {
|
|
214
|
-
return this.#generateLogicalCondition(condition);
|
|
215
|
-
} else if ((0, import_typeUtils.isRelationCondition)(condition)) {
|
|
216
|
-
return this.#generateRelationCondition(condition);
|
|
217
|
-
}
|
|
218
|
-
throw new GraphQLGenerateError("Unknown condition type", { condition });
|
|
219
|
-
}
|
|
220
|
-
/**
|
|
221
|
-
* Generate field condition
|
|
222
|
-
*/
|
|
223
|
-
#generateFieldCondition(condition) {
|
|
224
|
-
const { field, operator, value } = condition;
|
|
225
|
-
if (operator === "equals") {
|
|
226
|
-
const variableName2 = this.#addVariable(value, field);
|
|
227
|
-
return `{ ${field}: $${variableName2} }`;
|
|
228
|
-
}
|
|
229
|
-
const operatorMap = {
|
|
230
|
-
equals: "equals",
|
|
231
|
-
not: "not",
|
|
232
|
-
in: "in",
|
|
233
|
-
notIn: "notIn",
|
|
234
|
-
lt: "lt",
|
|
235
|
-
lte: "lte",
|
|
236
|
-
gt: "gt",
|
|
237
|
-
gte: "gte",
|
|
238
|
-
contains: "contains",
|
|
239
|
-
startsWith: "startsWith",
|
|
240
|
-
endsWith: "endsWith",
|
|
241
|
-
isNull: "isNull",
|
|
242
|
-
isNotNull: "isNotNull"
|
|
243
|
-
};
|
|
244
|
-
const gqlOperator = operatorMap[operator];
|
|
245
|
-
if (!gqlOperator) {
|
|
246
|
-
throw new GraphQLGenerateError(`Unsupported operator: ${operator}`);
|
|
247
|
-
}
|
|
248
|
-
if (operator === "isNull" || operator === "isNotNull") {
|
|
249
|
-
return `{ ${field}: { ${gqlOperator}: ${operator === "isNull"} } }`;
|
|
250
|
-
}
|
|
251
|
-
const variableName = this.#addVariable(value, field);
|
|
252
|
-
return `{ ${field}: { ${gqlOperator}: $${variableName} } }`;
|
|
253
|
-
}
|
|
254
|
-
/**
|
|
255
|
-
* Generate logical condition
|
|
256
|
-
*/
|
|
257
|
-
#generateLogicalCondition(condition) {
|
|
258
|
-
const { operator, conditions } = condition;
|
|
259
|
-
const conditionStrings = conditions.map(
|
|
260
|
-
(cond) => this.#generateCondition(cond)
|
|
261
|
-
);
|
|
262
|
-
if (operator === "NOT") {
|
|
263
|
-
if (conditionStrings.length !== 1) {
|
|
264
|
-
throw new GraphQLGenerateError(
|
|
265
|
-
"NOT operator must have exactly one condition"
|
|
266
|
-
);
|
|
267
|
-
}
|
|
268
|
-
return `{ NOT: ${conditionStrings[0]} }`;
|
|
269
|
-
}
|
|
270
|
-
return `{ ${operator}: [${conditionStrings.join(", ")}] }`;
|
|
271
|
-
}
|
|
272
|
-
/**
|
|
273
|
-
* Generate relation condition
|
|
274
|
-
*/
|
|
275
|
-
#generateRelationCondition(condition) {
|
|
276
|
-
const { relation, condition: nestedCondition } = condition;
|
|
277
|
-
const whereArg = this.#generateWhereArgument(nestedCondition);
|
|
278
|
-
return `{ ${relation}: ${whereArg} }`;
|
|
279
|
-
}
|
|
280
|
-
/**
|
|
281
|
-
* Generate ORDER BY argument
|
|
282
|
-
*/
|
|
283
|
-
#generateOrderByArgument(orderBy) {
|
|
284
|
-
const fields = orderBy.fields.map((field) => {
|
|
285
|
-
const direction = field.direction.toUpperCase();
|
|
286
|
-
return `{ ${field.field}: ${direction} }`;
|
|
287
|
-
});
|
|
288
|
-
if (fields.length === 1) {
|
|
289
|
-
return fields[0];
|
|
290
|
-
}
|
|
291
|
-
return `[${fields.join(", ")}]`;
|
|
292
|
-
}
|
|
293
|
-
/**
|
|
294
|
-
* Generate field selection
|
|
295
|
-
*/
|
|
296
|
-
#generateFieldSelection(args, model) {
|
|
297
|
-
if (args?.select) {
|
|
298
|
-
return this.#generateSelectFields(args.select);
|
|
299
|
-
}
|
|
300
|
-
if (args?.include) {
|
|
301
|
-
return this.#generateIncludeFields(args.include);
|
|
302
|
-
}
|
|
303
|
-
if (model && this.#schema && this.#schema[model]) {
|
|
304
|
-
const fields = this.#schema[model];
|
|
305
|
-
return fields.map((field) => ` ${field}`).join("\n");
|
|
306
|
-
}
|
|
307
|
-
return " id";
|
|
308
|
-
}
|
|
309
|
-
/**
|
|
310
|
-
* Generate fields from SELECT clause
|
|
311
|
-
*/
|
|
312
|
-
#generateSelectFields(select) {
|
|
313
|
-
const fieldStrings = [];
|
|
314
|
-
for (const fieldSelection of select.fields) {
|
|
315
|
-
if (!fieldSelection.selected) {
|
|
316
|
-
continue;
|
|
317
|
-
}
|
|
318
|
-
if (fieldSelection.nested) {
|
|
319
|
-
const nestedFields = fieldSelection.nested.type === "Select" ? this.#generateSelectFields(fieldSelection.nested) : this.#generateIncludeFields(fieldSelection.nested);
|
|
320
|
-
const indentedFields = this.#indent(nestedFields, 2);
|
|
321
|
-
fieldStrings.push(
|
|
322
|
-
` ${fieldSelection.field} {
|
|
323
|
-
${indentedFields}
|
|
324
|
-
}`
|
|
325
|
-
);
|
|
326
|
-
} else {
|
|
327
|
-
fieldStrings.push(` ${fieldSelection.field}`);
|
|
328
|
-
}
|
|
329
|
-
}
|
|
330
|
-
return fieldStrings.join("\n");
|
|
331
|
-
}
|
|
332
|
-
/**
|
|
333
|
-
* Generate fields from INCLUDE clause
|
|
334
|
-
*/
|
|
335
|
-
#generateIncludeFields(include) {
|
|
336
|
-
const fieldStrings = [];
|
|
337
|
-
fieldStrings.push(" id");
|
|
338
|
-
for (const relationInclusion of include.relations) {
|
|
339
|
-
if (!relationInclusion.included) {
|
|
340
|
-
continue;
|
|
341
|
-
}
|
|
342
|
-
let relationQuery = ` ${relationInclusion.relation}`;
|
|
343
|
-
if (relationInclusion.args) {
|
|
344
|
-
const argsString = this.#generateArguments(relationInclusion.args);
|
|
345
|
-
if (argsString) {
|
|
346
|
-
relationQuery += `(${argsString})`;
|
|
347
|
-
}
|
|
348
|
-
}
|
|
349
|
-
let nestedFields;
|
|
350
|
-
if (relationInclusion.nested) {
|
|
351
|
-
nestedFields = this.#generateIncludeFields(relationInclusion.nested);
|
|
352
|
-
} else if (relationInclusion.args?.select) {
|
|
353
|
-
nestedFields = this.#generateSelectFields(relationInclusion.args.select);
|
|
354
|
-
} else {
|
|
355
|
-
nestedFields = " id";
|
|
356
|
-
}
|
|
357
|
-
relationQuery += ` {
|
|
358
|
-
${this.#indent(nestedFields, 2)}
|
|
359
|
-
}`;
|
|
360
|
-
fieldStrings.push(relationQuery);
|
|
361
|
-
}
|
|
362
|
-
return fieldStrings.join("\n");
|
|
363
|
-
}
|
|
364
|
-
/**
|
|
365
|
-
* Add variable and return variable name
|
|
366
|
-
*/
|
|
367
|
-
#addVariable(value, fieldName) {
|
|
368
|
-
const variableName = `var${this.#variableCounter++}`;
|
|
369
|
-
this.#variables[variableName] = value;
|
|
370
|
-
if (fieldName) {
|
|
371
|
-
this.#variableFields.set(variableName, fieldName);
|
|
372
|
-
}
|
|
373
|
-
return variableName;
|
|
374
|
-
}
|
|
375
|
-
/**
|
|
376
|
-
* Get GraphQL type for a value
|
|
377
|
-
*/
|
|
378
|
-
#getGraphQLType(value, fieldName) {
|
|
379
|
-
const isIdField = fieldName && /^(id|.*Id|.*ID)$/.test(fieldName);
|
|
380
|
-
if (value === void 0 || value === null) {
|
|
381
|
-
return isIdField ? "ID" : "String";
|
|
382
|
-
}
|
|
383
|
-
if (typeof value === "string") {
|
|
384
|
-
return isIdField ? "ID" : "String";
|
|
385
|
-
}
|
|
386
|
-
if (typeof value === "number") {
|
|
387
|
-
if (isIdField) {
|
|
388
|
-
return "ID";
|
|
389
|
-
}
|
|
390
|
-
return Number.isInteger(value) ? "Int" : "Float";
|
|
391
|
-
}
|
|
392
|
-
if (typeof value === "boolean") {
|
|
393
|
-
return "Boolean";
|
|
394
|
-
}
|
|
395
|
-
if (value instanceof Date) {
|
|
396
|
-
return "DateTime";
|
|
397
|
-
}
|
|
398
|
-
if (Array.isArray(value)) {
|
|
399
|
-
if (value.length === 0) {
|
|
400
|
-
return "[String]";
|
|
401
|
-
}
|
|
402
|
-
const itemType = this.#getGraphQLType(value[0], fieldName);
|
|
403
|
-
if (isIdField && (itemType === "ID" || itemType === "String")) {
|
|
404
|
-
return `[ID!]`;
|
|
405
|
-
}
|
|
406
|
-
return `[${itemType}]`;
|
|
407
|
-
}
|
|
408
|
-
return "String";
|
|
409
|
-
}
|
|
410
|
-
/**
|
|
411
|
-
* Capitalize first letter of string
|
|
412
|
-
*/
|
|
413
|
-
#capitalize(str) {
|
|
414
|
-
return str.charAt(0).toUpperCase() + str.slice(1);
|
|
415
|
-
}
|
|
416
|
-
/**
|
|
417
|
-
* Indent text by specified number of levels
|
|
418
|
-
*/
|
|
419
|
-
#indent(text, levels) {
|
|
420
|
-
const indentation = " ".repeat(levels);
|
|
421
|
-
return text.split("\n").map((line) => line.trim() ? `${indentation}${line}` : line).join("\n");
|
|
422
|
-
}
|
|
423
|
-
}
|
|
424
|
-
const graphqlGenerator = new GraphQLGenerator();
|
|
425
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
426
|
-
0 && (module.exports = {
|
|
427
|
-
GraphQLGenerateError,
|
|
428
|
-
GraphQLGenerator,
|
|
429
|
-
graphqlGenerator
|
|
430
|
-
});
|