@isograph/react 0.0.0-main-1f572ced → 0.0.0-main-d930d8aa
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/.turbo/turbo-compile-libs.log +1 -1
- package/package.json +4 -4
- package/src/tests/__isograph/Query/linkedUpdate/resolver_reader.ts +4 -4
- package/src/tests/__isograph/Query/meName/resolver_reader.ts +1 -1
- package/src/tests/__isograph/Query/meNameSuccessor/resolver_reader.ts +3 -3
- package/src/tests/__isograph/Query/nodeField/resolver_reader.ts +1 -1
- package/src/tests/__isograph/Query/startUpdate/resolver_reader.ts +2 -2
- package/src/tests/__isograph/Query/subquery/resolver_reader.ts +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
../.. | WARN Unsupported engine: wanted: {"node":"22.9.0"} (current: {"node":"v22.19.0","pnpm":"10.15.0"})
|
|
2
2
|
|
|
3
|
-
> @isograph/react@0.0.0-main-
|
|
3
|
+
> @isograph/react@0.0.0-main-d930d8aa compile-libs /home/runner/work/isograph/isograph/libs/isograph-react
|
|
4
4
|
> rimraf dist && tsc -p tsconfig.pkg.json
|
|
5
5
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@isograph/react",
|
|
3
|
-
"version": "0.0.0-main-
|
|
3
|
+
"version": "0.0.0-main-d930d8aa",
|
|
4
4
|
"description": "Use Isograph with React",
|
|
5
5
|
"homepage": "https://isograph.dev",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"iso": "cross-env ISO_PRINT_ABSOLUTE_FILEPATH=1 ../../target/debug/isograph_cli --config ./isograph.config.json"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@isograph/disposable-types": "0.0.0-main-
|
|
23
|
-
"@isograph/react-disposable-state": "0.0.0-main-
|
|
24
|
-
"@isograph/reference-counted-pointer": "0.0.0-main-
|
|
22
|
+
"@isograph/disposable-types": "0.0.0-main-d930d8aa",
|
|
23
|
+
"@isograph/react-disposable-state": "0.0.0-main-d930d8aa",
|
|
24
|
+
"@isograph/reference-counted-pointer": "0.0.0-main-d930d8aa"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"react": "^18.0.0 || ^19.0.0"
|
|
@@ -17,6 +17,7 @@ const readerAst: ReaderAst<Query__linkedUpdate__param> = [
|
|
|
17
17
|
],
|
|
18
18
|
condition: null,
|
|
19
19
|
isUpdatable: true,
|
|
20
|
+
refetchQueryIndex: null,
|
|
20
21
|
selections: [
|
|
21
22
|
{
|
|
22
23
|
kind: "Linked",
|
|
@@ -25,6 +26,7 @@ const readerAst: ReaderAst<Query__linkedUpdate__param> = [
|
|
|
25
26
|
arguments: null,
|
|
26
27
|
condition: Node__asEconomist__resolver_reader,
|
|
27
28
|
isUpdatable: false,
|
|
29
|
+
refetchQueryIndex: null,
|
|
28
30
|
selections: [
|
|
29
31
|
{
|
|
30
32
|
kind: "Scalar",
|
|
@@ -34,10 +36,8 @@ const readerAst: ReaderAst<Query__linkedUpdate__param> = [
|
|
|
34
36
|
isUpdatable: true,
|
|
35
37
|
},
|
|
36
38
|
],
|
|
37
|
-
refetchQueryIndex: null,
|
|
38
39
|
},
|
|
39
40
|
],
|
|
40
|
-
refetchQueryIndex: null,
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
kind: "Linked",
|
|
@@ -51,6 +51,7 @@ const readerAst: ReaderAst<Query__linkedUpdate__param> = [
|
|
|
51
51
|
],
|
|
52
52
|
condition: null,
|
|
53
53
|
isUpdatable: false,
|
|
54
|
+
refetchQueryIndex: null,
|
|
54
55
|
selections: [
|
|
55
56
|
{
|
|
56
57
|
kind: "Link",
|
|
@@ -63,6 +64,7 @@ const readerAst: ReaderAst<Query__linkedUpdate__param> = [
|
|
|
63
64
|
arguments: null,
|
|
64
65
|
condition: Node__asEconomist__resolver_reader,
|
|
65
66
|
isUpdatable: false,
|
|
67
|
+
refetchQueryIndex: null,
|
|
66
68
|
selections: [
|
|
67
69
|
{
|
|
68
70
|
kind: "Scalar",
|
|
@@ -72,10 +74,8 @@ const readerAst: ReaderAst<Query__linkedUpdate__param> = [
|
|
|
72
74
|
isUpdatable: false,
|
|
73
75
|
},
|
|
74
76
|
],
|
|
75
|
-
refetchQueryIndex: null,
|
|
76
77
|
},
|
|
77
78
|
],
|
|
78
|
-
refetchQueryIndex: null,
|
|
79
79
|
},
|
|
80
80
|
];
|
|
81
81
|
|
|
@@ -11,6 +11,7 @@ const readerAst: ReaderAst<Query__meName__param> = [
|
|
|
11
11
|
arguments: null,
|
|
12
12
|
condition: null,
|
|
13
13
|
isUpdatable: false,
|
|
14
|
+
refetchQueryIndex: null,
|
|
14
15
|
selections: [
|
|
15
16
|
{
|
|
16
17
|
kind: "Scalar",
|
|
@@ -20,7 +21,6 @@ const readerAst: ReaderAst<Query__meName__param> = [
|
|
|
20
21
|
isUpdatable: false,
|
|
21
22
|
},
|
|
22
23
|
],
|
|
23
|
-
refetchQueryIndex: null,
|
|
24
24
|
},
|
|
25
25
|
];
|
|
26
26
|
|
|
@@ -11,6 +11,7 @@ const readerAst: ReaderAst<Query__meNameSuccessor__param> = [
|
|
|
11
11
|
arguments: null,
|
|
12
12
|
condition: null,
|
|
13
13
|
isUpdatable: false,
|
|
14
|
+
refetchQueryIndex: null,
|
|
14
15
|
selections: [
|
|
15
16
|
{
|
|
16
17
|
kind: "Scalar",
|
|
@@ -26,6 +27,7 @@ const readerAst: ReaderAst<Query__meNameSuccessor__param> = [
|
|
|
26
27
|
arguments: null,
|
|
27
28
|
condition: null,
|
|
28
29
|
isUpdatable: false,
|
|
30
|
+
refetchQueryIndex: null,
|
|
29
31
|
selections: [
|
|
30
32
|
{
|
|
31
33
|
kind: "Linked",
|
|
@@ -34,6 +36,7 @@ const readerAst: ReaderAst<Query__meNameSuccessor__param> = [
|
|
|
34
36
|
arguments: null,
|
|
35
37
|
condition: null,
|
|
36
38
|
isUpdatable: false,
|
|
39
|
+
refetchQueryIndex: null,
|
|
37
40
|
selections: [
|
|
38
41
|
{
|
|
39
42
|
kind: "Scalar",
|
|
@@ -43,13 +46,10 @@ const readerAst: ReaderAst<Query__meNameSuccessor__param> = [
|
|
|
43
46
|
isUpdatable: false,
|
|
44
47
|
},
|
|
45
48
|
],
|
|
46
|
-
refetchQueryIndex: null,
|
|
47
49
|
},
|
|
48
50
|
],
|
|
49
|
-
refetchQueryIndex: null,
|
|
50
51
|
},
|
|
51
52
|
],
|
|
52
|
-
refetchQueryIndex: null,
|
|
53
53
|
},
|
|
54
54
|
];
|
|
55
55
|
|
|
@@ -16,6 +16,7 @@ const readerAst: ReaderAst<Query__nodeField__param> = [
|
|
|
16
16
|
],
|
|
17
17
|
condition: null,
|
|
18
18
|
isUpdatable: false,
|
|
19
|
+
refetchQueryIndex: null,
|
|
19
20
|
selections: [
|
|
20
21
|
{
|
|
21
22
|
kind: "Scalar",
|
|
@@ -25,7 +26,6 @@ const readerAst: ReaderAst<Query__nodeField__param> = [
|
|
|
25
26
|
isUpdatable: false,
|
|
26
27
|
},
|
|
27
28
|
],
|
|
28
|
-
refetchQueryIndex: null,
|
|
29
29
|
},
|
|
30
30
|
];
|
|
31
31
|
|
|
@@ -17,6 +17,7 @@ const readerAst: ReaderAst<Query__startUpdate__param> = [
|
|
|
17
17
|
],
|
|
18
18
|
condition: null,
|
|
19
19
|
isUpdatable: false,
|
|
20
|
+
refetchQueryIndex: null,
|
|
20
21
|
selections: [
|
|
21
22
|
{
|
|
22
23
|
kind: "Linked",
|
|
@@ -25,6 +26,7 @@ const readerAst: ReaderAst<Query__startUpdate__param> = [
|
|
|
25
26
|
arguments: null,
|
|
26
27
|
condition: Node__asEconomist__resolver_reader,
|
|
27
28
|
isUpdatable: false,
|
|
29
|
+
refetchQueryIndex: null,
|
|
28
30
|
selections: [
|
|
29
31
|
{
|
|
30
32
|
kind: "Scalar",
|
|
@@ -34,10 +36,8 @@ const readerAst: ReaderAst<Query__startUpdate__param> = [
|
|
|
34
36
|
isUpdatable: true,
|
|
35
37
|
},
|
|
36
38
|
],
|
|
37
|
-
refetchQueryIndex: null,
|
|
38
39
|
},
|
|
39
40
|
],
|
|
40
|
-
refetchQueryIndex: null,
|
|
41
41
|
},
|
|
42
42
|
];
|
|
43
43
|
|
|
@@ -11,6 +11,7 @@ const readerAst: ReaderAst<Query__subquery__param> = [
|
|
|
11
11
|
arguments: null,
|
|
12
12
|
condition: null,
|
|
13
13
|
isUpdatable: false,
|
|
14
|
+
refetchQueryIndex: null,
|
|
14
15
|
selections: [
|
|
15
16
|
{
|
|
16
17
|
kind: "Linked",
|
|
@@ -24,6 +25,7 @@ const readerAst: ReaderAst<Query__subquery__param> = [
|
|
|
24
25
|
],
|
|
25
26
|
condition: null,
|
|
26
27
|
isUpdatable: false,
|
|
28
|
+
refetchQueryIndex: null,
|
|
27
29
|
selections: [
|
|
28
30
|
{
|
|
29
31
|
kind: "Scalar",
|
|
@@ -33,10 +35,8 @@ const readerAst: ReaderAst<Query__subquery__param> = [
|
|
|
33
35
|
isUpdatable: false,
|
|
34
36
|
},
|
|
35
37
|
],
|
|
36
|
-
refetchQueryIndex: null,
|
|
37
38
|
},
|
|
38
39
|
],
|
|
39
|
-
refetchQueryIndex: null,
|
|
40
40
|
},
|
|
41
41
|
];
|
|
42
42
|
|