@teambit/graphql 1.0.256 → 1.0.258
Sign up to get free protection for your applications and to get access to all the features.
package/artifacts/schema.json
CHANGED
@@ -14,1202 +14,1264 @@
|
|
14
14
|
},
|
15
15
|
"exports": [
|
16
16
|
{
|
17
|
-
"__schema": "
|
17
|
+
"__schema": "ExportSchema",
|
18
18
|
"location": {
|
19
|
-
"filePath": "
|
20
|
-
"line":
|
21
|
-
"character":
|
19
|
+
"filePath": "index.ts",
|
20
|
+
"line": 1,
|
21
|
+
"character": 10
|
22
22
|
},
|
23
|
-
"signature": "const GraphqlAspect: Aspect",
|
24
23
|
"name": "GraphqlAspect",
|
25
|
-
"
|
26
|
-
"__schema": "
|
24
|
+
"exportNode": {
|
25
|
+
"__schema": "VariableLikeSchema",
|
27
26
|
"location": {
|
28
27
|
"filePath": "graphql.aspect.ts",
|
29
28
|
"line": 3,
|
30
29
|
"character": 14
|
31
30
|
},
|
32
|
-
"
|
33
|
-
"
|
34
|
-
|
35
|
-
"
|
36
|
-
"
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
31
|
+
"signature": "const GraphqlAspect: Aspect",
|
32
|
+
"name": "GraphqlAspect",
|
33
|
+
"type": {
|
34
|
+
"__schema": "TypeRefSchema",
|
35
|
+
"location": {
|
36
|
+
"filePath": "graphql.aspect.ts",
|
37
|
+
"line": 3,
|
38
|
+
"character": 14
|
39
|
+
},
|
40
|
+
"name": "Aspect",
|
41
|
+
"componentId": {
|
42
|
+
"scope": "teambit.harmony",
|
43
|
+
"name": "harmony",
|
44
|
+
"version": "0.4.6"
|
45
|
+
}
|
46
|
+
},
|
47
|
+
"isOptional": false,
|
48
|
+
"defaultValue": "Aspect.create({\n id: 'teambit.harmony/graphql',\n dependencies: [],\n defaultConfig: {},\n})"
|
49
|
+
}
|
41
50
|
},
|
42
51
|
{
|
43
|
-
"__schema": "
|
52
|
+
"__schema": "ExportSchema",
|
44
53
|
"location": {
|
45
|
-
"filePath": "
|
46
|
-
"line":
|
47
|
-
"character":
|
54
|
+
"filePath": "index.ts",
|
55
|
+
"line": 1,
|
56
|
+
"character": 42
|
48
57
|
},
|
49
|
-
"signature": "const GraphqlAspect: Aspect",
|
50
58
|
"name": "GraphqlAspect",
|
51
|
-
"
|
52
|
-
"__schema": "
|
59
|
+
"exportNode": {
|
60
|
+
"__schema": "VariableLikeSchema",
|
53
61
|
"location": {
|
54
62
|
"filePath": "graphql.aspect.ts",
|
55
63
|
"line": 3,
|
56
64
|
"character": 14
|
57
65
|
},
|
58
|
-
"
|
59
|
-
"
|
60
|
-
|
61
|
-
"
|
62
|
-
"
|
63
|
-
|
66
|
+
"signature": "const GraphqlAspect: Aspect",
|
67
|
+
"name": "GraphqlAspect",
|
68
|
+
"type": {
|
69
|
+
"__schema": "TypeRefSchema",
|
70
|
+
"location": {
|
71
|
+
"filePath": "graphql.aspect.ts",
|
72
|
+
"line": 3,
|
73
|
+
"character": 14
|
74
|
+
},
|
75
|
+
"name": "Aspect",
|
76
|
+
"componentId": {
|
77
|
+
"scope": "teambit.harmony",
|
78
|
+
"name": "harmony",
|
79
|
+
"version": "0.4.6"
|
80
|
+
}
|
81
|
+
},
|
82
|
+
"isOptional": false,
|
83
|
+
"defaultValue": "Aspect.create({\n id: 'teambit.harmony/graphql',\n dependencies: [],\n defaultConfig: {},\n})"
|
64
84
|
},
|
65
|
-
"
|
66
|
-
"defaultValue": "Aspect.create({\n id: 'teambit.harmony/graphql',\n dependencies: [],\n defaultConfig: {},\n})"
|
85
|
+
"alias": "default"
|
67
86
|
},
|
68
87
|
{
|
69
|
-
"__schema": "
|
88
|
+
"__schema": "ExportSchema",
|
70
89
|
"location": {
|
71
|
-
"filePath": "
|
72
|
-
"line":
|
73
|
-
"character":
|
74
|
-
},
|
75
|
-
"doc": {
|
76
|
-
"__schema": "DocSchema",
|
77
|
-
"location": {
|
78
|
-
"filePath": "schema.ts",
|
79
|
-
"line": 4,
|
80
|
-
"character": 1
|
81
|
-
},
|
82
|
-
"raw": "/**\n * graphql schema for an extension.\n */",
|
83
|
-
"comment": "graphql schema for an extension."
|
90
|
+
"filePath": "index.ts",
|
91
|
+
"line": 3,
|
92
|
+
"character": 15
|
84
93
|
},
|
85
|
-
"signature": "type Schema = {\n typeDefs?: string | DocumentNode | undefined;\n resolvers?: {\n [key: string]: any;\n } | undefined;\n schemaDirectives?: SchemaDirectives | undefined;\n}",
|
86
94
|
"name": "Schema",
|
87
|
-
"
|
88
|
-
"__schema": "
|
95
|
+
"exportNode": {
|
96
|
+
"__schema": "TypeSchema",
|
89
97
|
"location": {
|
90
98
|
"filePath": "schema.ts",
|
91
99
|
"line": 7,
|
92
|
-
"character":
|
100
|
+
"character": 1
|
93
101
|
},
|
94
|
-
"
|
95
|
-
|
96
|
-
|
97
|
-
"
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
102
|
+
"doc": {
|
103
|
+
"__schema": "DocSchema",
|
104
|
+
"location": {
|
105
|
+
"filePath": "schema.ts",
|
106
|
+
"line": 4,
|
107
|
+
"character": 1
|
108
|
+
},
|
109
|
+
"raw": "/**\n * graphql schema for an extension.\n */",
|
110
|
+
"comment": "graphql schema for an extension."
|
111
|
+
},
|
112
|
+
"signature": "type Schema = {\n typeDefs?: string | DocumentNode | undefined;\n resolvers?: {\n [key: string]: any;\n } | undefined;\n schemaDirectives?: SchemaDirectives | undefined;\n}",
|
113
|
+
"name": "Schema",
|
114
|
+
"type": {
|
115
|
+
"__schema": "TypeLiteralSchema",
|
116
|
+
"location": {
|
117
|
+
"filePath": "schema.ts",
|
118
|
+
"line": 7,
|
119
|
+
"character": 22
|
120
|
+
},
|
121
|
+
"members": [
|
122
|
+
{
|
123
|
+
"__schema": "VariableLikeSchema",
|
106
124
|
"location": {
|
107
125
|
"filePath": "schema.ts",
|
108
126
|
"line": 8,
|
109
|
-
"character":
|
127
|
+
"character": 3
|
110
128
|
},
|
111
|
-
"
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
"name": "string"
|
129
|
+
"signature": "(property) typeDefs?: string | DocumentNode | undefined",
|
130
|
+
"name": "typeDefs",
|
131
|
+
"type": {
|
132
|
+
"__schema": "TypeUnionSchema",
|
133
|
+
"location": {
|
134
|
+
"filePath": "schema.ts",
|
135
|
+
"line": 8,
|
136
|
+
"character": 14
|
120
137
|
},
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
"
|
125
|
-
|
126
|
-
|
138
|
+
"types": [
|
139
|
+
{
|
140
|
+
"__schema": "KeywordTypeSchema",
|
141
|
+
"location": {
|
142
|
+
"filePath": "schema.ts",
|
143
|
+
"line": 8,
|
144
|
+
"character": 14
|
145
|
+
},
|
146
|
+
"name": "string"
|
127
147
|
},
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
"
|
140
|
-
"character": 3
|
148
|
+
{
|
149
|
+
"__schema": "TypeRefSchema",
|
150
|
+
"location": {
|
151
|
+
"filePath": "schema.ts",
|
152
|
+
"line": 8,
|
153
|
+
"character": 23
|
154
|
+
},
|
155
|
+
"name": "DocumentNode"
|
156
|
+
}
|
157
|
+
]
|
158
|
+
},
|
159
|
+
"isOptional": true
|
141
160
|
},
|
142
|
-
|
143
|
-
|
144
|
-
"type": {
|
145
|
-
"__schema": "TypeLiteralSchema",
|
161
|
+
{
|
162
|
+
"__schema": "VariableLikeSchema",
|
146
163
|
"location": {
|
147
164
|
"filePath": "schema.ts",
|
148
165
|
"line": 9,
|
149
|
-
"character":
|
166
|
+
"character": 3
|
150
167
|
},
|
151
|
-
"
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
168
|
+
"signature": "(property) resolvers?: {\n [key: string]: any;\n} | undefined",
|
169
|
+
"name": "resolvers",
|
170
|
+
"type": {
|
171
|
+
"__schema": "TypeLiteralSchema",
|
172
|
+
"location": {
|
173
|
+
"filePath": "schema.ts",
|
174
|
+
"line": 9,
|
175
|
+
"character": 15
|
176
|
+
},
|
177
|
+
"members": [
|
178
|
+
{
|
179
|
+
"__schema": "IndexSignatureSchema",
|
161
180
|
"location": {
|
162
181
|
"filePath": "schema.ts",
|
163
182
|
"line": 9,
|
164
|
-
"character":
|
183
|
+
"character": 17
|
165
184
|
},
|
166
|
-
"
|
167
|
-
|
168
|
-
"__schema": "KeywordTypeSchema",
|
185
|
+
"keyType": {
|
186
|
+
"__schema": "ParameterSchema",
|
169
187
|
"location": {
|
170
188
|
"filePath": "schema.ts",
|
171
189
|
"line": 9,
|
172
|
-
"character":
|
190
|
+
"character": 18
|
173
191
|
},
|
174
|
-
"name": "
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
"
|
192
|
+
"name": "key",
|
193
|
+
"type": {
|
194
|
+
"__schema": "KeywordTypeSchema",
|
195
|
+
"location": {
|
196
|
+
"filePath": "schema.ts",
|
197
|
+
"line": 9,
|
198
|
+
"character": 23
|
199
|
+
},
|
200
|
+
"name": "string"
|
201
|
+
},
|
202
|
+
"isOptional": false,
|
203
|
+
"isSpread": false
|
185
204
|
},
|
186
|
-
"
|
205
|
+
"valueType": {
|
206
|
+
"__schema": "KeywordTypeSchema",
|
207
|
+
"location": {
|
208
|
+
"filePath": "schema.ts",
|
209
|
+
"line": 9,
|
210
|
+
"character": 32
|
211
|
+
},
|
212
|
+
"name": "any"
|
213
|
+
}
|
187
214
|
}
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
"isOptional": true
|
192
|
-
},
|
193
|
-
{
|
194
|
-
"__schema": "VariableLikeSchema",
|
195
|
-
"location": {
|
196
|
-
"filePath": "schema.ts",
|
197
|
-
"line": 10,
|
198
|
-
"character": 3
|
215
|
+
]
|
216
|
+
},
|
217
|
+
"isOptional": true
|
199
218
|
},
|
200
|
-
|
201
|
-
|
202
|
-
"type": {
|
203
|
-
"__schema": "TypeRefSchema",
|
219
|
+
{
|
220
|
+
"__schema": "VariableLikeSchema",
|
204
221
|
"location": {
|
205
222
|
"filePath": "schema.ts",
|
206
223
|
"line": 10,
|
207
|
-
"character":
|
224
|
+
"character": 3
|
208
225
|
},
|
209
|
-
"
|
210
|
-
"
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
226
|
+
"signature": "(property) schemaDirectives?: SchemaDirectives | undefined",
|
227
|
+
"name": "schemaDirectives",
|
228
|
+
"type": {
|
229
|
+
"__schema": "TypeRefSchema",
|
230
|
+
"location": {
|
231
|
+
"filePath": "schema.ts",
|
232
|
+
"line": 10,
|
233
|
+
"character": 22
|
234
|
+
},
|
235
|
+
"name": "SchemaDirectives"
|
236
|
+
},
|
237
|
+
"isOptional": true
|
238
|
+
}
|
239
|
+
]
|
240
|
+
}
|
215
241
|
}
|
216
242
|
},
|
217
243
|
{
|
218
|
-
"__schema": "
|
244
|
+
"__schema": "ExportSchema",
|
219
245
|
"location": {
|
220
|
-
"filePath": "
|
221
|
-
"line":
|
222
|
-
"character":
|
246
|
+
"filePath": "index.ts",
|
247
|
+
"line": 4,
|
248
|
+
"character": 15
|
223
249
|
},
|
224
|
-
"signature": "class GraphqlMain",
|
225
250
|
"name": "GraphqlMain",
|
226
|
-
"
|
227
|
-
|
228
|
-
|
229
|
-
"
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
"
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
251
|
+
"exportNode": {
|
252
|
+
"__schema": "ClassSchema",
|
253
|
+
"location": {
|
254
|
+
"filePath": "graphql.main.runtime.ts",
|
255
|
+
"line": 49,
|
256
|
+
"character": 1
|
257
|
+
},
|
258
|
+
"signature": "class GraphqlMain",
|
259
|
+
"name": "GraphqlMain",
|
260
|
+
"members": [
|
261
|
+
{
|
262
|
+
"__schema": "ConstructorSchema",
|
263
|
+
"location": {
|
264
|
+
"filePath": "graphql.main.runtime.ts",
|
265
|
+
"line": 50,
|
266
|
+
"character": 3
|
267
|
+
},
|
268
|
+
"signature": "constructor GraphqlMain(config: GraphQLConfig, moduleSlot: SchemaSlot, context: Harmony, logger: Logger, graphQLServerSlot: GraphQLServerSlot, pubSubSlot: PubSubSlot): GraphqlMain",
|
269
|
+
"name": "constructor",
|
270
|
+
"params": [
|
271
|
+
{
|
272
|
+
"__schema": "ParameterSchema",
|
247
273
|
"location": {
|
248
274
|
"filePath": "graphql.main.runtime.ts",
|
249
275
|
"line": 54,
|
250
|
-
"character":
|
276
|
+
"character": 5
|
251
277
|
},
|
252
|
-
"name": "
|
253
|
-
"
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
"
|
263
|
-
"
|
278
|
+
"name": "config",
|
279
|
+
"type": {
|
280
|
+
"__schema": "TypeRefSchema",
|
281
|
+
"location": {
|
282
|
+
"filePath": "graphql.main.runtime.ts",
|
283
|
+
"line": 54,
|
284
|
+
"character": 22
|
285
|
+
},
|
286
|
+
"name": "GraphQLConfig"
|
287
|
+
},
|
288
|
+
"isOptional": false,
|
289
|
+
"isSpread": false
|
264
290
|
},
|
265
|
-
|
266
|
-
|
267
|
-
"__schema": "TypeRefSchema",
|
291
|
+
{
|
292
|
+
"__schema": "ParameterSchema",
|
268
293
|
"location": {
|
269
294
|
"filePath": "graphql.main.runtime.ts",
|
270
295
|
"line": 59,
|
271
|
-
"character":
|
296
|
+
"character": 5
|
272
297
|
},
|
273
|
-
"name": "
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
"
|
298
|
+
"name": "moduleSlot",
|
299
|
+
"type": {
|
300
|
+
"__schema": "TypeRefSchema",
|
301
|
+
"location": {
|
302
|
+
"filePath": "graphql.main.runtime.ts",
|
303
|
+
"line": 59,
|
304
|
+
"character": 25
|
305
|
+
},
|
306
|
+
"name": "SchemaSlot"
|
307
|
+
},
|
308
|
+
"isOptional": false,
|
309
|
+
"isSpread": false
|
284
310
|
},
|
285
|
-
|
286
|
-
|
287
|
-
"__schema": "TypeRefSchema",
|
311
|
+
{
|
312
|
+
"__schema": "ParameterSchema",
|
288
313
|
"location": {
|
289
314
|
"filePath": "graphql.main.runtime.ts",
|
290
315
|
"line": 64,
|
291
|
-
"character":
|
316
|
+
"character": 5
|
292
317
|
},
|
293
|
-
"name": "
|
294
|
-
"
|
295
|
-
"
|
296
|
-
"
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
"location": {
|
306
|
-
"filePath": "graphql.main.runtime.ts",
|
307
|
-
"line": 69,
|
308
|
-
"character": 5
|
318
|
+
"name": "context",
|
319
|
+
"type": {
|
320
|
+
"__schema": "TypeRefSchema",
|
321
|
+
"location": {
|
322
|
+
"filePath": "graphql.main.runtime.ts",
|
323
|
+
"line": 64,
|
324
|
+
"character": 22
|
325
|
+
},
|
326
|
+
"name": "Harmony"
|
327
|
+
},
|
328
|
+
"isOptional": false,
|
329
|
+
"isSpread": false
|
309
330
|
},
|
310
|
-
|
311
|
-
|
312
|
-
"__schema": "TypeRefSchema",
|
331
|
+
{
|
332
|
+
"__schema": "ParameterSchema",
|
313
333
|
"location": {
|
314
334
|
"filePath": "graphql.main.runtime.ts",
|
315
335
|
"line": 69,
|
316
|
-
"character":
|
336
|
+
"character": 5
|
317
337
|
},
|
318
|
-
"name": "
|
319
|
-
"
|
320
|
-
"
|
321
|
-
"
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
"filePath": "graphql.main.runtime.ts",
|
331
|
-
"line": 71,
|
332
|
-
"character": 5
|
338
|
+
"name": "logger",
|
339
|
+
"type": {
|
340
|
+
"__schema": "TypeRefSchema",
|
341
|
+
"location": {
|
342
|
+
"filePath": "graphql.main.runtime.ts",
|
343
|
+
"line": 69,
|
344
|
+
"character": 22
|
345
|
+
},
|
346
|
+
"name": "Logger"
|
347
|
+
},
|
348
|
+
"isOptional": false,
|
349
|
+
"isSpread": false
|
333
350
|
},
|
334
|
-
|
335
|
-
|
336
|
-
"__schema": "TypeRefSchema",
|
351
|
+
{
|
352
|
+
"__schema": "ParameterSchema",
|
337
353
|
"location": {
|
338
354
|
"filePath": "graphql.main.runtime.ts",
|
339
355
|
"line": 71,
|
340
|
-
"character":
|
356
|
+
"character": 5
|
341
357
|
},
|
342
|
-
"name": "
|
343
|
-
"
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
"
|
353
|
-
"
|
358
|
+
"name": "graphQLServerSlot",
|
359
|
+
"type": {
|
360
|
+
"__schema": "TypeRefSchema",
|
361
|
+
"location": {
|
362
|
+
"filePath": "graphql.main.runtime.ts",
|
363
|
+
"line": 71,
|
364
|
+
"character": 32
|
365
|
+
},
|
366
|
+
"name": "GraphQLServerSlot"
|
367
|
+
},
|
368
|
+
"isOptional": false,
|
369
|
+
"isSpread": false
|
354
370
|
},
|
355
|
-
|
356
|
-
|
357
|
-
"__schema": "TypeRefSchema",
|
371
|
+
{
|
372
|
+
"__schema": "ParameterSchema",
|
358
373
|
"location": {
|
359
374
|
"filePath": "graphql.main.runtime.ts",
|
360
375
|
"line": 76,
|
361
|
-
"character":
|
376
|
+
"character": 5
|
362
377
|
},
|
363
|
-
"name": "
|
364
|
-
"
|
378
|
+
"name": "pubSubSlot",
|
379
|
+
"type": {
|
380
|
+
"__schema": "TypeRefSchema",
|
381
|
+
"location": {
|
382
|
+
"filePath": "graphql.main.runtime.ts",
|
383
|
+
"line": 76,
|
384
|
+
"character": 25
|
385
|
+
},
|
386
|
+
"name": "PubSubSlot"
|
387
|
+
},
|
388
|
+
"isOptional": false,
|
389
|
+
"isSpread": false
|
390
|
+
}
|
391
|
+
],
|
392
|
+
"returnType": {
|
393
|
+
"__schema": "ThisTypeSchema",
|
394
|
+
"location": {
|
395
|
+
"filePath": "graphql.main.runtime.ts",
|
396
|
+
"line": 49,
|
397
|
+
"character": 1
|
365
398
|
},
|
366
|
-
"
|
367
|
-
"isSpread": false
|
368
|
-
}
|
369
|
-
],
|
370
|
-
"returnType": {
|
371
|
-
"__schema": "ThisTypeSchema",
|
372
|
-
"location": {
|
373
|
-
"filePath": "graphql.main.runtime.ts",
|
374
|
-
"line": 49,
|
375
|
-
"character": 1
|
399
|
+
"name": "GraphqlMain"
|
376
400
|
},
|
377
|
-
"
|
378
|
-
},
|
379
|
-
"modifiers": []
|
380
|
-
},
|
381
|
-
{
|
382
|
-
"__schema": "GetAccessorSchema",
|
383
|
-
"location": {
|
384
|
-
"filePath": "graphql.main.runtime.ts",
|
385
|
-
"line": 79,
|
386
|
-
"character": 3
|
401
|
+
"modifiers": []
|
387
402
|
},
|
388
|
-
|
389
|
-
|
390
|
-
"type": {
|
391
|
-
"__schema": "TypeRefSchema",
|
403
|
+
{
|
404
|
+
"__schema": "GetAccessorSchema",
|
392
405
|
"location": {
|
393
406
|
"filePath": "graphql.main.runtime.ts",
|
394
407
|
"line": 79,
|
395
408
|
"character": 3
|
396
409
|
},
|
397
|
-
"
|
398
|
-
"
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
410
|
+
"signature": "(getter) GraphqlMain.pubsub: PubSubEngine",
|
411
|
+
"name": "pubsub",
|
412
|
+
"type": {
|
413
|
+
"__schema": "TypeRefSchema",
|
414
|
+
"location": {
|
415
|
+
"filePath": "graphql.main.runtime.ts",
|
416
|
+
"line": 79,
|
417
|
+
"character": 3
|
418
|
+
},
|
419
|
+
"name": "PubSubEngine",
|
420
|
+
"packageName": "graphql-subscriptions"
|
421
|
+
}
|
407
422
|
},
|
408
|
-
|
409
|
-
"__schema": "
|
423
|
+
{
|
424
|
+
"__schema": "FunctionLikeSchema",
|
410
425
|
"location": {
|
411
426
|
"filePath": "graphql.main.runtime.ts",
|
412
|
-
"line":
|
427
|
+
"line": 90,
|
413
428
|
"character": 3
|
414
429
|
},
|
415
|
-
"
|
416
|
-
|
417
|
-
},
|
418
|
-
"signature": "(method) GraphqlMain.getSchema(aspectId: string): Schema | undefined",
|
419
|
-
"name": "getSchema",
|
420
|
-
"params": [
|
421
|
-
{
|
422
|
-
"__schema": "ParameterSchema",
|
430
|
+
"doc": {
|
431
|
+
"__schema": "DocSchema",
|
423
432
|
"location": {
|
424
433
|
"filePath": "graphql.main.runtime.ts",
|
425
|
-
"line":
|
426
|
-
"character":
|
434
|
+
"line": 87,
|
435
|
+
"character": 3
|
427
436
|
},
|
428
|
-
"
|
429
|
-
"
|
430
|
-
|
437
|
+
"raw": "/**\n * returns the schema for a specific aspect by its id.\n */",
|
438
|
+
"comment": "returns the schema for a specific aspect by its id."
|
439
|
+
},
|
440
|
+
"signature": "(method) GraphqlMain.getSchema(aspectId: string): Schema | undefined",
|
441
|
+
"name": "getSchema",
|
442
|
+
"params": [
|
443
|
+
{
|
444
|
+
"__schema": "ParameterSchema",
|
431
445
|
"location": {
|
432
446
|
"filePath": "graphql.main.runtime.ts",
|
433
447
|
"line": 90,
|
434
|
-
"character":
|
448
|
+
"character": 13
|
435
449
|
},
|
436
|
-
"name": "
|
450
|
+
"name": "aspectId",
|
451
|
+
"type": {
|
452
|
+
"__schema": "KeywordTypeSchema",
|
453
|
+
"location": {
|
454
|
+
"filePath": "graphql.main.runtime.ts",
|
455
|
+
"line": 90,
|
456
|
+
"character": 23
|
457
|
+
},
|
458
|
+
"name": "string"
|
459
|
+
},
|
460
|
+
"isOptional": false,
|
461
|
+
"isSpread": false
|
462
|
+
}
|
463
|
+
],
|
464
|
+
"returnType": {
|
465
|
+
"__schema": "InferenceTypeSchema",
|
466
|
+
"location": {
|
467
|
+
"filePath": "graphql.main.runtime.ts",
|
468
|
+
"line": 90,
|
469
|
+
"character": 3
|
437
470
|
},
|
438
|
-
"
|
439
|
-
"isSpread": false
|
440
|
-
}
|
441
|
-
],
|
442
|
-
"returnType": {
|
443
|
-
"__schema": "InferenceTypeSchema",
|
444
|
-
"location": {
|
445
|
-
"filePath": "graphql.main.runtime.ts",
|
446
|
-
"line": 90,
|
447
|
-
"character": 3
|
471
|
+
"type": "Schema | undefined"
|
448
472
|
},
|
449
|
-
"
|
450
|
-
},
|
451
|
-
"modifiers": []
|
452
|
-
},
|
453
|
-
{
|
454
|
-
"__schema": "FunctionLikeSchema",
|
455
|
-
"location": {
|
456
|
-
"filePath": "graphql.main.runtime.ts",
|
457
|
-
"line": 97,
|
458
|
-
"character": 3
|
473
|
+
"modifiers": []
|
459
474
|
},
|
460
|
-
|
461
|
-
"__schema": "
|
475
|
+
{
|
476
|
+
"__schema": "FunctionLikeSchema",
|
462
477
|
"location": {
|
463
478
|
"filePath": "graphql.main.runtime.ts",
|
464
|
-
"line":
|
479
|
+
"line": 97,
|
465
480
|
"character": 3
|
466
481
|
},
|
467
|
-
"
|
468
|
-
|
469
|
-
},
|
470
|
-
"signature": "(method) GraphqlMain.getSchemas(aspectIds: string[]): Schema[]",
|
471
|
-
"name": "getSchemas",
|
472
|
-
"params": [
|
473
|
-
{
|
474
|
-
"__schema": "ParameterSchema",
|
482
|
+
"doc": {
|
483
|
+
"__schema": "DocSchema",
|
475
484
|
"location": {
|
476
485
|
"filePath": "graphql.main.runtime.ts",
|
477
|
-
"line":
|
478
|
-
"character":
|
486
|
+
"line": 94,
|
487
|
+
"character": 3
|
479
488
|
},
|
480
|
-
"
|
481
|
-
"
|
482
|
-
|
489
|
+
"raw": "/**\n * get multiple schema by aspect ids.\n */",
|
490
|
+
"comment": "get multiple schema by aspect ids."
|
491
|
+
},
|
492
|
+
"signature": "(method) GraphqlMain.getSchemas(aspectIds: string[]): Schema[]",
|
493
|
+
"name": "getSchemas",
|
494
|
+
"params": [
|
495
|
+
{
|
496
|
+
"__schema": "ParameterSchema",
|
483
497
|
"location": {
|
484
498
|
"filePath": "graphql.main.runtime.ts",
|
485
499
|
"line": 97,
|
486
|
-
"character":
|
500
|
+
"character": 14
|
487
501
|
},
|
502
|
+
"name": "aspectIds",
|
488
503
|
"type": {
|
489
|
-
"__schema": "
|
504
|
+
"__schema": "TypeArraySchema",
|
490
505
|
"location": {
|
491
506
|
"filePath": "graphql.main.runtime.ts",
|
492
507
|
"line": 97,
|
493
508
|
"character": 25
|
494
509
|
},
|
495
|
-
"
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
"
|
510
|
-
|
511
|
-
"modifiers": []
|
512
|
-
},
|
513
|
-
{
|
514
|
-
"__schema": "FunctionLikeSchema",
|
515
|
-
"location": {
|
516
|
-
"filePath": "graphql.main.runtime.ts",
|
517
|
-
"line": 108,
|
518
|
-
"character": 3
|
519
|
-
},
|
520
|
-
"signature": "(method) GraphqlMain.createServer(options: GraphQLServerOptions): Promise<Server<typeof IncomingMessage, typeof ServerResponse>>",
|
521
|
-
"name": "createServer",
|
522
|
-
"params": [
|
523
|
-
{
|
524
|
-
"__schema": "ParameterSchema",
|
510
|
+
"type": {
|
511
|
+
"__schema": "KeywordTypeSchema",
|
512
|
+
"location": {
|
513
|
+
"filePath": "graphql.main.runtime.ts",
|
514
|
+
"line": 97,
|
515
|
+
"character": 25
|
516
|
+
},
|
517
|
+
"name": "string"
|
518
|
+
}
|
519
|
+
},
|
520
|
+
"isOptional": false,
|
521
|
+
"isSpread": false
|
522
|
+
}
|
523
|
+
],
|
524
|
+
"returnType": {
|
525
|
+
"__schema": "InferenceTypeSchema",
|
525
526
|
"location": {
|
526
527
|
"filePath": "graphql.main.runtime.ts",
|
527
|
-
"line":
|
528
|
-
"character":
|
528
|
+
"line": 97,
|
529
|
+
"character": 3
|
529
530
|
},
|
530
|
-
"
|
531
|
-
|
532
|
-
|
531
|
+
"type": "Schema[]"
|
532
|
+
},
|
533
|
+
"modifiers": []
|
534
|
+
},
|
535
|
+
{
|
536
|
+
"__schema": "FunctionLikeSchema",
|
537
|
+
"location": {
|
538
|
+
"filePath": "graphql.main.runtime.ts",
|
539
|
+
"line": 108,
|
540
|
+
"character": 3
|
541
|
+
},
|
542
|
+
"signature": "(method) GraphqlMain.createServer(options: GraphQLServerOptions): Promise<Server<typeof IncomingMessage, typeof ServerResponse>>",
|
543
|
+
"name": "createServer",
|
544
|
+
"params": [
|
545
|
+
{
|
546
|
+
"__schema": "ParameterSchema",
|
533
547
|
"location": {
|
534
548
|
"filePath": "graphql.main.runtime.ts",
|
535
549
|
"line": 108,
|
536
|
-
"character":
|
550
|
+
"character": 22
|
551
|
+
},
|
552
|
+
"name": "options",
|
553
|
+
"type": {
|
554
|
+
"__schema": "TypeRefSchema",
|
555
|
+
"location": {
|
556
|
+
"filePath": "graphql.main.runtime.ts",
|
557
|
+
"line": 108,
|
558
|
+
"character": 31
|
559
|
+
},
|
560
|
+
"name": "GraphQLServerOptions"
|
537
561
|
},
|
538
|
-
"
|
539
|
-
"
|
562
|
+
"isOptional": false,
|
563
|
+
"isSpread": false
|
564
|
+
}
|
565
|
+
],
|
566
|
+
"returnType": {
|
567
|
+
"__schema": "InferenceTypeSchema",
|
568
|
+
"location": {
|
569
|
+
"filePath": "graphql.main.runtime.ts",
|
570
|
+
"line": 108,
|
571
|
+
"character": 3
|
540
572
|
},
|
541
|
-
"
|
542
|
-
"isSpread": false
|
543
|
-
}
|
544
|
-
],
|
545
|
-
"returnType": {
|
546
|
-
"__schema": "InferenceTypeSchema",
|
547
|
-
"location": {
|
548
|
-
"filePath": "graphql.main.runtime.ts",
|
549
|
-
"line": 108,
|
550
|
-
"character": 3
|
573
|
+
"type": "Promise<Server<typeof IncomingMessage, typeof ServerResponse>>"
|
551
574
|
},
|
552
|
-
"
|
553
|
-
|
554
|
-
|
555
|
-
"async"
|
556
|
-
]
|
557
|
-
},
|
558
|
-
{
|
559
|
-
"__schema": "FunctionLikeSchema",
|
560
|
-
"location": {
|
561
|
-
"filePath": "graphql.main.runtime.ts",
|
562
|
-
"line": 164,
|
563
|
-
"character": 3
|
575
|
+
"modifiers": [
|
576
|
+
"async"
|
577
|
+
]
|
564
578
|
},
|
565
|
-
|
566
|
-
"__schema": "
|
579
|
+
{
|
580
|
+
"__schema": "FunctionLikeSchema",
|
567
581
|
"location": {
|
568
582
|
"filePath": "graphql.main.runtime.ts",
|
569
|
-
"line":
|
583
|
+
"line": 164,
|
570
584
|
"character": 3
|
571
585
|
},
|
572
|
-
"
|
573
|
-
|
574
|
-
},
|
575
|
-
"signature": "(method) GraphqlMain.registerServer(server: GraphQLServer): this",
|
576
|
-
"name": "registerServer",
|
577
|
-
"params": [
|
578
|
-
{
|
579
|
-
"__schema": "ParameterSchema",
|
586
|
+
"doc": {
|
587
|
+
"__schema": "DocSchema",
|
580
588
|
"location": {
|
581
589
|
"filePath": "graphql.main.runtime.ts",
|
582
|
-
"line":
|
583
|
-
"character":
|
590
|
+
"line": 161,
|
591
|
+
"character": 3
|
584
592
|
},
|
585
|
-
"
|
586
|
-
"
|
587
|
-
|
593
|
+
"raw": "/**\n * register a new graphql server.\n */",
|
594
|
+
"comment": "register a new graphql server."
|
595
|
+
},
|
596
|
+
"signature": "(method) GraphqlMain.registerServer(server: GraphQLServer): this",
|
597
|
+
"name": "registerServer",
|
598
|
+
"params": [
|
599
|
+
{
|
600
|
+
"__schema": "ParameterSchema",
|
588
601
|
"location": {
|
589
602
|
"filePath": "graphql.main.runtime.ts",
|
590
603
|
"line": 164,
|
591
|
-
"character":
|
604
|
+
"character": 18
|
605
|
+
},
|
606
|
+
"name": "server",
|
607
|
+
"type": {
|
608
|
+
"__schema": "TypeRefSchema",
|
609
|
+
"location": {
|
610
|
+
"filePath": "graphql.main.runtime.ts",
|
611
|
+
"line": 164,
|
612
|
+
"character": 26
|
613
|
+
},
|
614
|
+
"name": "GraphQLServer"
|
592
615
|
},
|
593
|
-
"
|
616
|
+
"isOptional": false,
|
617
|
+
"isSpread": false
|
618
|
+
}
|
619
|
+
],
|
620
|
+
"returnType": {
|
621
|
+
"__schema": "TypeRefSchema",
|
622
|
+
"location": {
|
623
|
+
"filePath": "graphql.main.runtime.ts",
|
624
|
+
"line": 164,
|
625
|
+
"character": 3
|
594
626
|
},
|
595
|
-
"
|
596
|
-
"isSpread": false
|
597
|
-
}
|
598
|
-
],
|
599
|
-
"returnType": {
|
600
|
-
"__schema": "TypeRefSchema",
|
601
|
-
"location": {
|
602
|
-
"filePath": "graphql.main.runtime.ts",
|
603
|
-
"line": 164,
|
604
|
-
"character": 3
|
627
|
+
"name": "GraphqlMain"
|
605
628
|
},
|
606
|
-
"
|
607
|
-
},
|
608
|
-
"modifiers": []
|
609
|
-
},
|
610
|
-
{
|
611
|
-
"__schema": "FunctionLikeSchema",
|
612
|
-
"location": {
|
613
|
-
"filePath": "graphql.main.runtime.ts",
|
614
|
-
"line": 172,
|
615
|
-
"character": 3
|
629
|
+
"modifiers": []
|
616
630
|
},
|
617
|
-
|
618
|
-
"__schema": "
|
631
|
+
{
|
632
|
+
"__schema": "FunctionLikeSchema",
|
619
633
|
"location": {
|
620
634
|
"filePath": "graphql.main.runtime.ts",
|
621
|
-
"line":
|
635
|
+
"line": 172,
|
622
636
|
"character": 3
|
623
637
|
},
|
624
|
-
"
|
625
|
-
|
626
|
-
},
|
627
|
-
"signature": "(method) GraphqlMain.registerPubSub(pubsub: PubSubEngine): this",
|
628
|
-
"name": "registerPubSub",
|
629
|
-
"params": [
|
630
|
-
{
|
631
|
-
"__schema": "ParameterSchema",
|
638
|
+
"doc": {
|
639
|
+
"__schema": "DocSchema",
|
632
640
|
"location": {
|
633
641
|
"filePath": "graphql.main.runtime.ts",
|
634
|
-
"line":
|
635
|
-
"character":
|
642
|
+
"line": 169,
|
643
|
+
"character": 3
|
636
644
|
},
|
637
|
-
"
|
638
|
-
"
|
639
|
-
|
645
|
+
"raw": "/**\n * register a pubsub client\n */",
|
646
|
+
"comment": "register a pubsub client"
|
647
|
+
},
|
648
|
+
"signature": "(method) GraphqlMain.registerPubSub(pubsub: PubSubEngine): this",
|
649
|
+
"name": "registerPubSub",
|
650
|
+
"params": [
|
651
|
+
{
|
652
|
+
"__schema": "ParameterSchema",
|
640
653
|
"location": {
|
641
654
|
"filePath": "graphql.main.runtime.ts",
|
642
655
|
"line": 172,
|
643
|
-
"character":
|
656
|
+
"character": 18
|
657
|
+
},
|
658
|
+
"name": "pubsub",
|
659
|
+
"type": {
|
660
|
+
"__schema": "TypeRefSchema",
|
661
|
+
"location": {
|
662
|
+
"filePath": "graphql.main.runtime.ts",
|
663
|
+
"line": 172,
|
664
|
+
"character": 26
|
665
|
+
},
|
666
|
+
"name": "PubSubEngine"
|
644
667
|
},
|
645
|
-
"
|
646
|
-
"
|
668
|
+
"isOptional": false,
|
669
|
+
"isSpread": false
|
670
|
+
}
|
671
|
+
],
|
672
|
+
"returnType": {
|
673
|
+
"__schema": "TypeRefSchema",
|
674
|
+
"location": {
|
675
|
+
"filePath": "graphql.main.runtime.ts",
|
676
|
+
"line": 172,
|
677
|
+
"character": 3
|
647
678
|
},
|
648
|
-
"
|
649
|
-
"isSpread": false
|
650
|
-
}
|
651
|
-
],
|
652
|
-
"returnType": {
|
653
|
-
"__schema": "TypeRefSchema",
|
654
|
-
"location": {
|
655
|
-
"filePath": "graphql.main.runtime.ts",
|
656
|
-
"line": 172,
|
657
|
-
"character": 3
|
679
|
+
"name": "GraphqlMain"
|
658
680
|
},
|
659
|
-
"
|
660
|
-
},
|
661
|
-
"modifiers": []
|
662
|
-
},
|
663
|
-
{
|
664
|
-
"__schema": "FunctionLikeSchema",
|
665
|
-
"location": {
|
666
|
-
"filePath": "graphql.main.runtime.ts",
|
667
|
-
"line": 182,
|
668
|
-
"character": 3
|
681
|
+
"modifiers": []
|
669
682
|
},
|
670
|
-
|
671
|
-
"__schema": "
|
683
|
+
{
|
684
|
+
"__schema": "FunctionLikeSchema",
|
672
685
|
"location": {
|
673
686
|
"filePath": "graphql.main.runtime.ts",
|
674
|
-
"line":
|
687
|
+
"line": 182,
|
675
688
|
"character": 3
|
676
689
|
},
|
677
|
-
"
|
678
|
-
|
679
|
-
},
|
680
|
-
"signature": "(method) GraphqlMain.listen(port?: number, server?: Server, app?: Express): Promise<void>",
|
681
|
-
"name": "listen",
|
682
|
-
"params": [
|
683
|
-
{
|
684
|
-
"__schema": "ParameterSchema",
|
690
|
+
"doc": {
|
691
|
+
"__schema": "DocSchema",
|
685
692
|
"location": {
|
686
693
|
"filePath": "graphql.main.runtime.ts",
|
687
|
-
"line":
|
688
|
-
"character":
|
689
|
-
},
|
690
|
-
"name": "port",
|
691
|
-
"type": {
|
692
|
-
"__schema": "KeywordTypeSchema",
|
693
|
-
"location": {
|
694
|
-
"filePath": "graphql.main.runtime.ts",
|
695
|
-
"line": 182,
|
696
|
-
"character": 23
|
697
|
-
},
|
698
|
-
"name": "number"
|
694
|
+
"line": 179,
|
695
|
+
"character": 3
|
699
696
|
},
|
700
|
-
"
|
701
|
-
"
|
697
|
+
"raw": "/**\n * start a graphql server.\n */",
|
698
|
+
"comment": "start a graphql server."
|
702
699
|
},
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
"
|
708
|
-
"character": 31
|
709
|
-
},
|
710
|
-
"name": "server",
|
711
|
-
"type": {
|
712
|
-
"__schema": "TypeRefSchema",
|
700
|
+
"signature": "(method) GraphqlMain.listen(port?: number, server?: Server, app?: Express): Promise<void>",
|
701
|
+
"name": "listen",
|
702
|
+
"params": [
|
703
|
+
{
|
704
|
+
"__schema": "ParameterSchema",
|
713
705
|
"location": {
|
714
706
|
"filePath": "graphql.main.runtime.ts",
|
715
707
|
"line": 182,
|
716
|
-
"character":
|
708
|
+
"character": 16
|
717
709
|
},
|
718
|
-
"name": "
|
719
|
-
"
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
"
|
729
|
-
"
|
710
|
+
"name": "port",
|
711
|
+
"type": {
|
712
|
+
"__schema": "KeywordTypeSchema",
|
713
|
+
"location": {
|
714
|
+
"filePath": "graphql.main.runtime.ts",
|
715
|
+
"line": 182,
|
716
|
+
"character": 23
|
717
|
+
},
|
718
|
+
"name": "number"
|
719
|
+
},
|
720
|
+
"isOptional": true,
|
721
|
+
"isSpread": false
|
730
722
|
},
|
731
|
-
|
732
|
-
|
733
|
-
"__schema": "TypeRefSchema",
|
723
|
+
{
|
724
|
+
"__schema": "ParameterSchema",
|
734
725
|
"location": {
|
735
726
|
"filePath": "graphql.main.runtime.ts",
|
736
727
|
"line": 182,
|
737
|
-
"character":
|
728
|
+
"character": 31
|
738
729
|
},
|
739
|
-
"name": "
|
740
|
-
"
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
730
|
+
"name": "server",
|
731
|
+
"type": {
|
732
|
+
"__schema": "TypeRefSchema",
|
733
|
+
"location": {
|
734
|
+
"filePath": "graphql.main.runtime.ts",
|
735
|
+
"line": 182,
|
736
|
+
"character": 40
|
737
|
+
},
|
738
|
+
"name": "Server"
|
739
|
+
},
|
740
|
+
"isOptional": true,
|
741
|
+
"isSpread": false
|
742
|
+
},
|
743
|
+
{
|
744
|
+
"__schema": "ParameterSchema",
|
745
|
+
"location": {
|
746
|
+
"filePath": "graphql.main.runtime.ts",
|
747
|
+
"line": 182,
|
748
|
+
"character": 48
|
749
|
+
},
|
750
|
+
"name": "app",
|
751
|
+
"type": {
|
752
|
+
"__schema": "TypeRefSchema",
|
753
|
+
"location": {
|
754
|
+
"filePath": "graphql.main.runtime.ts",
|
755
|
+
"line": 182,
|
756
|
+
"character": 54
|
757
|
+
},
|
758
|
+
"name": "Express"
|
759
|
+
},
|
760
|
+
"isOptional": true,
|
761
|
+
"isSpread": false
|
762
|
+
}
|
763
|
+
],
|
764
|
+
"returnType": {
|
765
|
+
"__schema": "InferenceTypeSchema",
|
766
|
+
"location": {
|
767
|
+
"filePath": "graphql.main.runtime.ts",
|
768
|
+
"line": 182,
|
769
|
+
"character": 3
|
770
|
+
},
|
771
|
+
"type": "Promise<void>"
|
752
772
|
},
|
753
|
-
"
|
754
|
-
|
755
|
-
|
756
|
-
"async"
|
757
|
-
]
|
758
|
-
},
|
759
|
-
{
|
760
|
-
"__schema": "FunctionLikeSchema",
|
761
|
-
"location": {
|
762
|
-
"filePath": "graphql.main.runtime.ts",
|
763
|
-
"line": 197,
|
764
|
-
"character": 3
|
773
|
+
"modifiers": [
|
774
|
+
"async"
|
775
|
+
]
|
765
776
|
},
|
766
|
-
|
767
|
-
"__schema": "
|
777
|
+
{
|
778
|
+
"__schema": "FunctionLikeSchema",
|
768
779
|
"location": {
|
769
780
|
"filePath": "graphql.main.runtime.ts",
|
770
|
-
"line":
|
781
|
+
"line": 197,
|
771
782
|
"character": 3
|
772
783
|
},
|
773
|
-
"
|
774
|
-
|
775
|
-
},
|
776
|
-
"signature": "(method) GraphqlMain.register(schema: Schema): this",
|
777
|
-
"name": "register",
|
778
|
-
"params": [
|
779
|
-
{
|
780
|
-
"__schema": "ParameterSchema",
|
784
|
+
"doc": {
|
785
|
+
"__schema": "DocSchema",
|
781
786
|
"location": {
|
782
787
|
"filePath": "graphql.main.runtime.ts",
|
783
|
-
"line":
|
784
|
-
"character":
|
788
|
+
"line": 194,
|
789
|
+
"character": 3
|
785
790
|
},
|
786
|
-
"
|
787
|
-
"
|
788
|
-
|
791
|
+
"raw": "/**\n * register a new graphql module.\n */",
|
792
|
+
"comment": "register a new graphql module."
|
793
|
+
},
|
794
|
+
"signature": "(method) GraphqlMain.register(schema: Schema): this",
|
795
|
+
"name": "register",
|
796
|
+
"params": [
|
797
|
+
{
|
798
|
+
"__schema": "ParameterSchema",
|
789
799
|
"location": {
|
790
800
|
"filePath": "graphql.main.runtime.ts",
|
791
801
|
"line": 197,
|
792
|
-
"character":
|
802
|
+
"character": 12
|
803
|
+
},
|
804
|
+
"name": "schema",
|
805
|
+
"type": {
|
806
|
+
"__schema": "TypeRefSchema",
|
807
|
+
"location": {
|
808
|
+
"filePath": "graphql.main.runtime.ts",
|
809
|
+
"line": 197,
|
810
|
+
"character": 20
|
811
|
+
},
|
812
|
+
"name": "Schema"
|
793
813
|
},
|
794
|
-
"
|
814
|
+
"isOptional": false,
|
815
|
+
"isSpread": false
|
816
|
+
}
|
817
|
+
],
|
818
|
+
"returnType": {
|
819
|
+
"__schema": "TypeRefSchema",
|
820
|
+
"location": {
|
821
|
+
"filePath": "graphql.main.runtime.ts",
|
822
|
+
"line": 197,
|
823
|
+
"character": 3
|
795
824
|
},
|
796
|
-
"
|
797
|
-
"isSpread": false
|
798
|
-
}
|
799
|
-
],
|
800
|
-
"returnType": {
|
801
|
-
"__schema": "TypeRefSchema",
|
802
|
-
"location": {
|
803
|
-
"filePath": "graphql.main.runtime.ts",
|
804
|
-
"line": 197,
|
805
|
-
"character": 3
|
825
|
+
"name": "GraphqlMain"
|
806
826
|
},
|
807
|
-
"
|
808
|
-
},
|
809
|
-
"modifiers": []
|
810
|
-
},
|
811
|
-
{
|
812
|
-
"__schema": "VariableLikeSchema",
|
813
|
-
"location": {
|
814
|
-
"filePath": "graphql.main.runtime.ts",
|
815
|
-
"line": 304,
|
816
|
-
"character": 3
|
827
|
+
"modifiers": []
|
817
828
|
},
|
818
|
-
|
819
|
-
|
820
|
-
"type": {
|
821
|
-
"__schema": "InferenceTypeSchema",
|
829
|
+
{
|
830
|
+
"__schema": "VariableLikeSchema",
|
822
831
|
"location": {
|
823
832
|
"filePath": "graphql.main.runtime.ts",
|
824
833
|
"line": 304,
|
825
834
|
"character": 3
|
826
835
|
},
|
827
|
-
"
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
|
837
|
-
|
836
|
+
"signature": "(property) GraphqlMain.slots: (((registerFn: () => string) => SlotRegistry<Schema>) | ((registerFn: () => string) => SlotRegistry<GraphQLServer>) | ((registerFn: () => string) => SlotRegistry<...>))[]",
|
837
|
+
"name": "slots",
|
838
|
+
"type": {
|
839
|
+
"__schema": "InferenceTypeSchema",
|
840
|
+
"location": {
|
841
|
+
"filePath": "graphql.main.runtime.ts",
|
842
|
+
"line": 304,
|
843
|
+
"character": 3
|
844
|
+
},
|
845
|
+
"type": "(((registerFn: () => string) => SlotRegistry<Schema>) | ((registerFn: () => string) => SlotRegistry<GraphQLServer>) | ((registerFn: () => string) => SlotRegistry<...>))[]"
|
846
|
+
},
|
847
|
+
"isOptional": true,
|
848
|
+
"defaultValue": "[Slot.withType<Schema>(), Slot.withType<GraphQLServer>(), Slot.withType<PubSubSlot>()]"
|
838
849
|
},
|
839
|
-
|
840
|
-
|
841
|
-
"type": {
|
842
|
-
"__schema": "InferenceTypeSchema",
|
850
|
+
{
|
851
|
+
"__schema": "VariableLikeSchema",
|
843
852
|
"location": {
|
844
853
|
"filePath": "graphql.main.runtime.ts",
|
845
854
|
"line": 306,
|
846
855
|
"character": 3
|
847
856
|
},
|
848
|
-
"
|
849
|
-
|
850
|
-
|
851
|
-
|
852
|
-
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
|
858
|
-
|
857
|
+
"signature": "(property) GraphqlMain.defaultConfig: {\n port: number;\n subscriptionsPortRange: number[];\n disableCors: boolean;\n subscriptionsPath: string;\n}",
|
858
|
+
"name": "defaultConfig",
|
859
|
+
"type": {
|
860
|
+
"__schema": "InferenceTypeSchema",
|
861
|
+
"location": {
|
862
|
+
"filePath": "graphql.main.runtime.ts",
|
863
|
+
"line": 306,
|
864
|
+
"character": 3
|
865
|
+
},
|
866
|
+
"type": "{\n port: number;\n subscriptionsPortRange: number[];\n disableCors: boolean;\n subscriptionsPath: string;\n}"
|
867
|
+
},
|
868
|
+
"isOptional": true,
|
869
|
+
"defaultValue": "{\n port: 4000,\n subscriptionsPortRange: [2000, 2100],\n disableCors: false,\n subscriptionsPath: '/subscriptions',\n }"
|
859
870
|
},
|
860
|
-
|
861
|
-
|
862
|
-
"type": {
|
863
|
-
"__schema": "InferenceTypeSchema",
|
871
|
+
{
|
872
|
+
"__schema": "VariableLikeSchema",
|
864
873
|
"location": {
|
865
874
|
"filePath": "graphql.main.runtime.ts",
|
866
875
|
"line": 313,
|
867
876
|
"character": 3
|
868
877
|
},
|
869
|
-
"
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
|
878
|
+
"signature": "(property) GraphqlMain.runtime: RuntimeDefinition",
|
879
|
+
"name": "runtime",
|
880
|
+
"type": {
|
881
|
+
"__schema": "InferenceTypeSchema",
|
882
|
+
"location": {
|
883
|
+
"filePath": "graphql.main.runtime.ts",
|
884
|
+
"line": 313,
|
885
|
+
"character": 3
|
886
|
+
},
|
887
|
+
"type": "RuntimeDefinition"
|
888
|
+
},
|
889
|
+
"isOptional": true,
|
890
|
+
"defaultValue": "MainRuntime"
|
880
891
|
},
|
881
|
-
|
882
|
-
|
883
|
-
"type": {
|
884
|
-
"__schema": "InferenceTypeSchema",
|
892
|
+
{
|
893
|
+
"__schema": "VariableLikeSchema",
|
885
894
|
"location": {
|
886
895
|
"filePath": "graphql.main.runtime.ts",
|
887
896
|
"line": 314,
|
888
897
|
"character": 3
|
889
898
|
},
|
890
|
-
"
|
891
|
-
|
892
|
-
|
893
|
-
|
894
|
-
},
|
895
|
-
{
|
896
|
-
"__schema": "FunctionLikeSchema",
|
897
|
-
"location": {
|
898
|
-
"filePath": "graphql.main.runtime.ts",
|
899
|
-
"line": 316,
|
900
|
-
"character": 3
|
901
|
-
},
|
902
|
-
"signature": "(method) GraphqlMain.provider([loggerFactory]: [LoggerMain], config: GraphQLConfig, [moduleSlot, graphQLServerSlot, pubSubSlot]: [SchemaSlot, GraphQLServerSlot, PubSubSlot], context: Harmony): Promise<GraphqlMain>",
|
903
|
-
"name": "provider",
|
904
|
-
"params": [
|
905
|
-
{
|
906
|
-
"__schema": "ParameterSchema",
|
899
|
+
"signature": "(property) GraphqlMain.dependencies: Aspect[]",
|
900
|
+
"name": "dependencies",
|
901
|
+
"type": {
|
902
|
+
"__schema": "InferenceTypeSchema",
|
907
903
|
"location": {
|
908
904
|
"filePath": "graphql.main.runtime.ts",
|
909
|
-
"line":
|
910
|
-
"character":
|
905
|
+
"line": 314,
|
906
|
+
"character": 3
|
911
907
|
},
|
912
|
-
"
|
913
|
-
|
914
|
-
|
908
|
+
"type": "Aspect[]"
|
909
|
+
},
|
910
|
+
"isOptional": true,
|
911
|
+
"defaultValue": "[LoggerAspect]"
|
912
|
+
},
|
913
|
+
{
|
914
|
+
"__schema": "FunctionLikeSchema",
|
915
|
+
"location": {
|
916
|
+
"filePath": "graphql.main.runtime.ts",
|
917
|
+
"line": 316,
|
918
|
+
"character": 3
|
919
|
+
},
|
920
|
+
"signature": "(method) GraphqlMain.provider([loggerFactory]: [LoggerMain], config: GraphQLConfig, [moduleSlot, graphQLServerSlot, pubSubSlot]: [SchemaSlot, GraphQLServerSlot, PubSubSlot], context: Harmony): Promise<GraphqlMain>",
|
921
|
+
"name": "provider",
|
922
|
+
"params": [
|
923
|
+
{
|
924
|
+
"__schema": "ParameterSchema",
|
915
925
|
"location": {
|
916
926
|
"filePath": "graphql.main.runtime.ts",
|
917
927
|
"line": 317,
|
918
|
-
"character":
|
928
|
+
"character": 5
|
919
929
|
},
|
920
|
-
"
|
921
|
-
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
"
|
931
|
-
"
|
930
|
+
"name": "[ loggerFactory ]",
|
931
|
+
"type": {
|
932
|
+
"__schema": "TupleTypeSchema",
|
933
|
+
"location": {
|
934
|
+
"filePath": "graphql.main.runtime.ts",
|
935
|
+
"line": 317,
|
936
|
+
"character": 22
|
937
|
+
},
|
938
|
+
"elements": [
|
939
|
+
{
|
940
|
+
"__schema": "TypeRefSchema",
|
941
|
+
"location": {
|
942
|
+
"filePath": "graphql.main.runtime.ts",
|
943
|
+
"line": 317,
|
944
|
+
"character": 23
|
945
|
+
},
|
946
|
+
"name": "LoggerMain"
|
932
947
|
}
|
933
|
-
|
934
|
-
|
935
|
-
|
936
|
-
|
937
|
-
"isSpread": false
|
938
|
-
},
|
939
|
-
{
|
940
|
-
"__schema": "ParameterSchema",
|
941
|
-
"location": {
|
942
|
-
"filePath": "graphql.main.runtime.ts",
|
943
|
-
"line": 318,
|
944
|
-
"character": 5
|
948
|
+
]
|
949
|
+
},
|
950
|
+
"isOptional": false,
|
951
|
+
"isSpread": false
|
945
952
|
},
|
946
|
-
|
947
|
-
|
948
|
-
"__schema": "TypeRefSchema",
|
953
|
+
{
|
954
|
+
"__schema": "ParameterSchema",
|
949
955
|
"location": {
|
950
956
|
"filePath": "graphql.main.runtime.ts",
|
951
957
|
"line": 318,
|
952
|
-
"character":
|
958
|
+
"character": 5
|
953
959
|
},
|
954
|
-
"name": "
|
955
|
-
"
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
|
961
|
-
|
962
|
-
|
963
|
-
|
964
|
-
"
|
965
|
-
"
|
960
|
+
"name": "config",
|
961
|
+
"type": {
|
962
|
+
"__schema": "TypeRefSchema",
|
963
|
+
"location": {
|
964
|
+
"filePath": "graphql.main.runtime.ts",
|
965
|
+
"line": 318,
|
966
|
+
"character": 13
|
967
|
+
},
|
968
|
+
"name": "GraphQLConfig"
|
969
|
+
},
|
970
|
+
"isOptional": false,
|
971
|
+
"isSpread": false
|
966
972
|
},
|
967
|
-
|
968
|
-
|
969
|
-
"__schema": "TupleTypeSchema",
|
973
|
+
{
|
974
|
+
"__schema": "ParameterSchema",
|
970
975
|
"location": {
|
971
976
|
"filePath": "graphql.main.runtime.ts",
|
972
977
|
"line": 319,
|
973
|
-
"character":
|
978
|
+
"character": 5
|
974
979
|
},
|
975
|
-
"
|
976
|
-
|
977
|
-
|
978
|
-
|
979
|
-
|
980
|
-
|
981
|
-
|
982
|
-
},
|
983
|
-
"name": "SchemaSlot"
|
980
|
+
"name": "[ moduleSlot, graphQLServerSlot, pubSubSlot ]",
|
981
|
+
"type": {
|
982
|
+
"__schema": "TupleTypeSchema",
|
983
|
+
"location": {
|
984
|
+
"filePath": "graphql.main.runtime.ts",
|
985
|
+
"line": 319,
|
986
|
+
"character": 50
|
984
987
|
},
|
985
|
-
|
986
|
-
|
987
|
-
|
988
|
-
"
|
989
|
-
|
990
|
-
|
988
|
+
"elements": [
|
989
|
+
{
|
990
|
+
"__schema": "TypeRefSchema",
|
991
|
+
"location": {
|
992
|
+
"filePath": "graphql.main.runtime.ts",
|
993
|
+
"line": 319,
|
994
|
+
"character": 51
|
995
|
+
},
|
996
|
+
"name": "SchemaSlot"
|
991
997
|
},
|
992
|
-
|
993
|
-
|
994
|
-
|
995
|
-
|
996
|
-
|
997
|
-
|
998
|
-
|
999
|
-
"
|
1000
|
-
"character": 82
|
998
|
+
{
|
999
|
+
"__schema": "TypeRefSchema",
|
1000
|
+
"location": {
|
1001
|
+
"filePath": "graphql.main.runtime.ts",
|
1002
|
+
"line": 319,
|
1003
|
+
"character": 63
|
1004
|
+
},
|
1005
|
+
"name": "GraphQLServerSlot"
|
1001
1006
|
},
|
1002
|
-
|
1003
|
-
|
1004
|
-
|
1005
|
-
|
1006
|
-
|
1007
|
-
|
1008
|
-
|
1009
|
-
|
1010
|
-
|
1011
|
-
|
1012
|
-
|
1013
|
-
"
|
1014
|
-
"
|
1015
|
-
"character": 5
|
1007
|
+
{
|
1008
|
+
"__schema": "TypeRefSchema",
|
1009
|
+
"location": {
|
1010
|
+
"filePath": "graphql.main.runtime.ts",
|
1011
|
+
"line": 319,
|
1012
|
+
"character": 82
|
1013
|
+
},
|
1014
|
+
"name": "PubSubSlot"
|
1015
|
+
}
|
1016
|
+
]
|
1017
|
+
},
|
1018
|
+
"isOptional": false,
|
1019
|
+
"isSpread": false
|
1016
1020
|
},
|
1017
|
-
|
1018
|
-
|
1019
|
-
"__schema": "TypeRefSchema",
|
1021
|
+
{
|
1022
|
+
"__schema": "ParameterSchema",
|
1020
1023
|
"location": {
|
1021
1024
|
"filePath": "graphql.main.runtime.ts",
|
1022
1025
|
"line": 320,
|
1023
|
-
"character":
|
1026
|
+
"character": 5
|
1024
1027
|
},
|
1025
|
-
"name": "
|
1026
|
-
"
|
1027
|
-
"
|
1028
|
-
"
|
1029
|
-
|
1030
|
-
|
1028
|
+
"name": "context",
|
1029
|
+
"type": {
|
1030
|
+
"__schema": "TypeRefSchema",
|
1031
|
+
"location": {
|
1032
|
+
"filePath": "graphql.main.runtime.ts",
|
1033
|
+
"line": 320,
|
1034
|
+
"character": 14
|
1035
|
+
},
|
1036
|
+
"name": "Harmony"
|
1037
|
+
},
|
1038
|
+
"isOptional": false,
|
1039
|
+
"isSpread": false
|
1040
|
+
}
|
1041
|
+
],
|
1042
|
+
"returnType": {
|
1043
|
+
"__schema": "InferenceTypeSchema",
|
1044
|
+
"location": {
|
1045
|
+
"filePath": "graphql.main.runtime.ts",
|
1046
|
+
"line": 316,
|
1047
|
+
"character": 3
|
1031
1048
|
},
|
1032
|
-
"
|
1033
|
-
"isSpread": false
|
1034
|
-
}
|
1035
|
-
],
|
1036
|
-
"returnType": {
|
1037
|
-
"__schema": "InferenceTypeSchema",
|
1038
|
-
"location": {
|
1039
|
-
"filePath": "graphql.main.runtime.ts",
|
1040
|
-
"line": 316,
|
1041
|
-
"character": 3
|
1049
|
+
"type": "Promise<GraphqlMain>"
|
1042
1050
|
},
|
1043
|
-
"
|
1044
|
-
|
1045
|
-
|
1046
|
-
|
1047
|
-
|
1048
|
-
|
1049
|
-
|
1050
|
-
|
1051
|
-
|
1052
|
-
"implementNodes": []
|
1051
|
+
"modifiers": [
|
1052
|
+
"static",
|
1053
|
+
"async"
|
1054
|
+
]
|
1055
|
+
}
|
1056
|
+
],
|
1057
|
+
"extendsNodes": [],
|
1058
|
+
"implementNodes": []
|
1059
|
+
}
|
1053
1060
|
},
|
1054
1061
|
{
|
1055
|
-
"__schema": "
|
1062
|
+
"__schema": "ExportSchema",
|
1056
1063
|
"location": {
|
1057
|
-
"filePath": "
|
1058
|
-
"line":
|
1059
|
-
"character":
|
1064
|
+
"filePath": "index.ts",
|
1065
|
+
"line": 4,
|
1066
|
+
"character": 28
|
1060
1067
|
},
|
1061
|
-
"signature": "type SchemaSlot = SlotRegistry<Schema>",
|
1062
1068
|
"name": "SchemaSlot",
|
1063
|
-
"
|
1064
|
-
"__schema": "
|
1069
|
+
"exportNode": {
|
1070
|
+
"__schema": "TypeSchema",
|
1065
1071
|
"location": {
|
1066
1072
|
"filePath": "graphql.main.runtime.ts",
|
1067
1073
|
"line": 35,
|
1068
|
-
"character":
|
1069
|
-
},
|
1070
|
-
"name": "SlotRegistry",
|
1071
|
-
"componentId": {
|
1072
|
-
"scope": "teambit.harmony",
|
1073
|
-
"name": "harmony",
|
1074
|
-
"version": "0.4.6"
|
1074
|
+
"character": 1
|
1075
1075
|
},
|
1076
|
-
"
|
1077
|
-
|
1078
|
-
|
1079
|
-
|
1080
|
-
|
1081
|
-
|
1082
|
-
|
1083
|
-
|
1084
|
-
|
1085
|
-
|
1086
|
-
|
1076
|
+
"signature": "type SchemaSlot = SlotRegistry<Schema>",
|
1077
|
+
"name": "SchemaSlot",
|
1078
|
+
"type": {
|
1079
|
+
"__schema": "TypeRefSchema",
|
1080
|
+
"location": {
|
1081
|
+
"filePath": "graphql.main.runtime.ts",
|
1082
|
+
"line": 35,
|
1083
|
+
"character": 26
|
1084
|
+
},
|
1085
|
+
"name": "SlotRegistry",
|
1086
|
+
"typeArgs": [
|
1087
|
+
{
|
1088
|
+
"__schema": "TypeRefSchema",
|
1089
|
+
"location": {
|
1090
|
+
"filePath": "graphql.main.runtime.ts",
|
1091
|
+
"line": 35,
|
1092
|
+
"character": 39
|
1093
|
+
},
|
1094
|
+
"name": "Schema"
|
1095
|
+
}
|
1096
|
+
]
|
1097
|
+
}
|
1087
1098
|
}
|
1088
1099
|
},
|
1089
1100
|
{
|
1090
|
-
"__schema": "
|
1101
|
+
"__schema": "ExportSchema",
|
1091
1102
|
"location": {
|
1092
|
-
"filePath": "
|
1093
|
-
"line":
|
1094
|
-
"character":
|
1103
|
+
"filePath": "index.ts",
|
1104
|
+
"line": 5,
|
1105
|
+
"character": 15
|
1095
1106
|
},
|
1096
|
-
"signature": "class GraphqlUI",
|
1097
1107
|
"name": "GraphqlUI",
|
1098
|
-
"
|
1099
|
-
|
1100
|
-
|
1101
|
-
"
|
1102
|
-
|
1103
|
-
|
1104
|
-
|
1105
|
-
|
1106
|
-
|
1107
|
-
|
1108
|
-
|
1109
|
-
|
1110
|
-
|
1111
|
-
"
|
1112
|
-
|
1113
|
-
|
1114
|
-
|
1115
|
-
|
1116
|
-
|
1117
|
-
|
1118
|
-
|
1108
|
+
"exportNode": {
|
1109
|
+
"__schema": "ClassSchema",
|
1110
|
+
"location": {
|
1111
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1112
|
+
"line": 30,
|
1113
|
+
"character": 1
|
1114
|
+
},
|
1115
|
+
"signature": "class GraphqlUI",
|
1116
|
+
"name": "GraphqlUI",
|
1117
|
+
"members": [
|
1118
|
+
{
|
1119
|
+
"__schema": "FunctionLikeSchema",
|
1120
|
+
"location": {
|
1121
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1122
|
+
"line": 31,
|
1123
|
+
"character": 3
|
1124
|
+
},
|
1125
|
+
"signature": "(method) GraphqlUI.createClient(uri: string, { state, subscriptionUri }?: ClientOptions): ApolloClient<NormalizedCacheObject>",
|
1126
|
+
"name": "createClient",
|
1127
|
+
"params": [
|
1128
|
+
{
|
1129
|
+
"__schema": "ParameterSchema",
|
1119
1130
|
"location": {
|
1120
1131
|
"filePath": "graphql.ui.runtime.tsx",
|
1121
1132
|
"line": 31,
|
1122
|
-
"character":
|
1133
|
+
"character": 16
|
1123
1134
|
},
|
1124
|
-
"name": "
|
1125
|
-
|
1126
|
-
|
1127
|
-
|
1128
|
-
|
1129
|
-
|
1130
|
-
|
1131
|
-
|
1132
|
-
|
1133
|
-
|
1134
|
-
"
|
1135
|
+
"name": "uri",
|
1136
|
+
"type": {
|
1137
|
+
"__schema": "KeywordTypeSchema",
|
1138
|
+
"location": {
|
1139
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1140
|
+
"line": 31,
|
1141
|
+
"character": 21
|
1142
|
+
},
|
1143
|
+
"name": "string"
|
1144
|
+
},
|
1145
|
+
"isOptional": false,
|
1146
|
+
"isSpread": false
|
1135
1147
|
},
|
1136
|
-
|
1137
|
-
|
1138
|
-
"__schema": "TypeRefSchema",
|
1148
|
+
{
|
1149
|
+
"__schema": "ParameterSchema",
|
1139
1150
|
"location": {
|
1140
1151
|
"filePath": "graphql.ui.runtime.tsx",
|
1141
1152
|
"line": 31,
|
1142
|
-
"character":
|
1153
|
+
"character": 29
|
1143
1154
|
},
|
1144
|
-
"name": "
|
1145
|
-
"
|
1146
|
-
|
1147
|
-
"isOptional": true,
|
1148
|
-
"defaultValue": "{}",
|
1149
|
-
"objectBindingNodes": [
|
1150
|
-
{
|
1151
|
-
"__schema": "InferenceTypeSchema",
|
1155
|
+
"name": "{ state, subscriptionUri }",
|
1156
|
+
"type": {
|
1157
|
+
"__schema": "TypeRefSchema",
|
1152
1158
|
"location": {
|
1153
1159
|
"filePath": "graphql.ui.runtime.tsx",
|
1154
1160
|
"line": 31,
|
1155
|
-
"character":
|
1161
|
+
"character": 57
|
1156
1162
|
},
|
1157
|
-
"name": "
|
1158
|
-
"type": "NormalizedCacheObject | undefined",
|
1159
|
-
"isSpread": false
|
1163
|
+
"name": "ClientOptions"
|
1160
1164
|
},
|
1161
|
-
|
1162
|
-
|
1163
|
-
|
1164
|
-
|
1165
|
-
"
|
1166
|
-
"
|
1165
|
+
"isOptional": true,
|
1166
|
+
"defaultValue": "{}",
|
1167
|
+
"objectBindingNodes": [
|
1168
|
+
{
|
1169
|
+
"__schema": "InferenceTypeSchema",
|
1170
|
+
"location": {
|
1171
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1172
|
+
"line": 31,
|
1173
|
+
"character": 31
|
1174
|
+
},
|
1175
|
+
"name": "state",
|
1176
|
+
"type": "NormalizedCacheObject | undefined",
|
1177
|
+
"isSpread": false
|
1167
1178
|
},
|
1168
|
-
|
1169
|
-
|
1170
|
-
|
1171
|
-
|
1172
|
-
|
1173
|
-
|
1174
|
-
|
1175
|
-
|
1176
|
-
|
1177
|
-
|
1179
|
+
{
|
1180
|
+
"__schema": "InferenceTypeSchema",
|
1181
|
+
"location": {
|
1182
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1183
|
+
"line": 31,
|
1184
|
+
"character": 38
|
1185
|
+
},
|
1186
|
+
"name": "subscriptionUri",
|
1187
|
+
"type": "string | undefined",
|
1188
|
+
"isSpread": false
|
1189
|
+
}
|
1190
|
+
],
|
1191
|
+
"isSpread": false
|
1192
|
+
}
|
1193
|
+
],
|
1194
|
+
"returnType": {
|
1195
|
+
"__schema": "InferenceTypeSchema",
|
1196
|
+
"location": {
|
1197
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1198
|
+
"line": 31,
|
1199
|
+
"character": 3
|
1200
|
+
},
|
1201
|
+
"type": "ApolloClient<NormalizedCacheObject>"
|
1202
|
+
},
|
1203
|
+
"modifiers": []
|
1204
|
+
},
|
1205
|
+
{
|
1206
|
+
"__schema": "FunctionLikeSchema",
|
1178
1207
|
"location": {
|
1179
1208
|
"filePath": "graphql.ui.runtime.tsx",
|
1180
|
-
"line":
|
1209
|
+
"line": 40,
|
1181
1210
|
"character": 3
|
1182
1211
|
},
|
1183
|
-
"
|
1184
|
-
|
1185
|
-
|
1186
|
-
|
1187
|
-
|
1188
|
-
"__schema": "FunctionLikeSchema",
|
1189
|
-
"location": {
|
1190
|
-
"filePath": "graphql.ui.runtime.tsx",
|
1191
|
-
"line": 40,
|
1192
|
-
"character": 3
|
1193
|
-
},
|
1194
|
-
"signature": "(method) GraphqlUI.createSsrClient({ serverUrl, headers }: {\n serverUrl: string;\n headers: any;\n}): ApolloClient<NormalizedCacheObject>",
|
1195
|
-
"name": "createSsrClient",
|
1196
|
-
"params": [
|
1197
|
-
{
|
1198
|
-
"__schema": "ParameterSchema",
|
1199
|
-
"location": {
|
1200
|
-
"filePath": "graphql.ui.runtime.tsx",
|
1201
|
-
"line": 40,
|
1202
|
-
"character": 19
|
1203
|
-
},
|
1204
|
-
"name": "{ serverUrl, headers }",
|
1205
|
-
"type": {
|
1206
|
-
"__schema": "TypeLiteralSchema",
|
1212
|
+
"signature": "(method) GraphqlUI.createSsrClient({ serverUrl, headers }: {\n serverUrl: string;\n headers: any;\n}): ApolloClient<NormalizedCacheObject>",
|
1213
|
+
"name": "createSsrClient",
|
1214
|
+
"params": [
|
1215
|
+
{
|
1216
|
+
"__schema": "ParameterSchema",
|
1207
1217
|
"location": {
|
1208
1218
|
"filePath": "graphql.ui.runtime.tsx",
|
1209
1219
|
"line": 40,
|
1210
|
-
"character":
|
1220
|
+
"character": 19
|
1221
|
+
},
|
1222
|
+
"name": "{ serverUrl, headers }",
|
1223
|
+
"type": {
|
1224
|
+
"__schema": "TypeLiteralSchema",
|
1225
|
+
"location": {
|
1226
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1227
|
+
"line": 40,
|
1228
|
+
"character": 43
|
1229
|
+
},
|
1230
|
+
"members": [
|
1231
|
+
{
|
1232
|
+
"__schema": "VariableLikeSchema",
|
1233
|
+
"location": {
|
1234
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1235
|
+
"line": 40,
|
1236
|
+
"character": 45
|
1237
|
+
},
|
1238
|
+
"signature": "(property) serverUrl: string",
|
1239
|
+
"name": "serverUrl",
|
1240
|
+
"type": {
|
1241
|
+
"__schema": "KeywordTypeSchema",
|
1242
|
+
"location": {
|
1243
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1244
|
+
"line": 40,
|
1245
|
+
"character": 56
|
1246
|
+
},
|
1247
|
+
"name": "string"
|
1248
|
+
},
|
1249
|
+
"isOptional": false
|
1250
|
+
},
|
1251
|
+
{
|
1252
|
+
"__schema": "VariableLikeSchema",
|
1253
|
+
"location": {
|
1254
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1255
|
+
"line": 40,
|
1256
|
+
"character": 64
|
1257
|
+
},
|
1258
|
+
"signature": "(property) headers: any",
|
1259
|
+
"name": "headers",
|
1260
|
+
"type": {
|
1261
|
+
"__schema": "KeywordTypeSchema",
|
1262
|
+
"location": {
|
1263
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1264
|
+
"line": 40,
|
1265
|
+
"character": 73
|
1266
|
+
},
|
1267
|
+
"name": "any"
|
1268
|
+
},
|
1269
|
+
"isOptional": false
|
1270
|
+
}
|
1271
|
+
]
|
1211
1272
|
},
|
1212
|
-
"
|
1273
|
+
"isOptional": false,
|
1274
|
+
"objectBindingNodes": [
|
1213
1275
|
{
|
1214
1276
|
"__schema": "VariableLikeSchema",
|
1215
1277
|
"location": {
|
@@ -1250,458 +1312,449 @@
|
|
1250
1312
|
},
|
1251
1313
|
"isOptional": false
|
1252
1314
|
}
|
1253
|
-
]
|
1315
|
+
],
|
1316
|
+
"isSpread": false
|
1317
|
+
}
|
1318
|
+
],
|
1319
|
+
"returnType": {
|
1320
|
+
"__schema": "InferenceTypeSchema",
|
1321
|
+
"location": {
|
1322
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1323
|
+
"line": 40,
|
1324
|
+
"character": 3
|
1254
1325
|
},
|
1255
|
-
"
|
1256
|
-
|
1257
|
-
|
1258
|
-
|
1259
|
-
|
1260
|
-
|
1261
|
-
"line": 40,
|
1262
|
-
"character": 45
|
1263
|
-
},
|
1264
|
-
"signature": "(property) serverUrl: string",
|
1265
|
-
"name": "serverUrl",
|
1266
|
-
"type": {
|
1267
|
-
"__schema": "KeywordTypeSchema",
|
1268
|
-
"location": {
|
1269
|
-
"filePath": "graphql.ui.runtime.tsx",
|
1270
|
-
"line": 40,
|
1271
|
-
"character": 56
|
1272
|
-
},
|
1273
|
-
"name": "string"
|
1274
|
-
},
|
1275
|
-
"isOptional": false
|
1276
|
-
},
|
1277
|
-
{
|
1278
|
-
"__schema": "VariableLikeSchema",
|
1279
|
-
"location": {
|
1280
|
-
"filePath": "graphql.ui.runtime.tsx",
|
1281
|
-
"line": 40,
|
1282
|
-
"character": 64
|
1283
|
-
},
|
1284
|
-
"signature": "(property) headers: any",
|
1285
|
-
"name": "headers",
|
1286
|
-
"type": {
|
1287
|
-
"__schema": "KeywordTypeSchema",
|
1288
|
-
"location": {
|
1289
|
-
"filePath": "graphql.ui.runtime.tsx",
|
1290
|
-
"line": 40,
|
1291
|
-
"character": 73
|
1292
|
-
},
|
1293
|
-
"name": "any"
|
1294
|
-
},
|
1295
|
-
"isOptional": false
|
1296
|
-
}
|
1297
|
-
],
|
1298
|
-
"isSpread": false
|
1299
|
-
}
|
1300
|
-
],
|
1301
|
-
"returnType": {
|
1302
|
-
"__schema": "InferenceTypeSchema",
|
1326
|
+
"type": "ApolloClient<NormalizedCacheObject>"
|
1327
|
+
},
|
1328
|
+
"modifiers": []
|
1329
|
+
},
|
1330
|
+
{
|
1331
|
+
"__schema": "VariableLikeSchema",
|
1303
1332
|
"location": {
|
1304
1333
|
"filePath": "graphql.ui.runtime.tsx",
|
1305
|
-
"line":
|
1334
|
+
"line": 86,
|
1306
1335
|
"character": 3
|
1307
1336
|
},
|
1308
|
-
"
|
1309
|
-
|
1310
|
-
|
1311
|
-
|
1312
|
-
|
1313
|
-
|
1314
|
-
|
1315
|
-
|
1316
|
-
|
1317
|
-
|
1337
|
+
"doc": {
|
1338
|
+
"__schema": "DocSchema",
|
1339
|
+
"location": {
|
1340
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1341
|
+
"line": 83,
|
1342
|
+
"character": 3
|
1343
|
+
},
|
1344
|
+
"raw": "/**\n * get the graphQL provider\n */",
|
1345
|
+
"comment": "get the graphQL provider"
|
1346
|
+
},
|
1347
|
+
"signature": "(property) GraphqlUI.getProvider: ({ client, children }: {\n client: GraphQLClient<any>;\n children: ReactNode;\n}) => React.JSX.Element",
|
1348
|
+
"name": "getProvider",
|
1349
|
+
"type": {
|
1350
|
+
"__schema": "InferenceTypeSchema",
|
1351
|
+
"location": {
|
1352
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1353
|
+
"line": 86,
|
1354
|
+
"character": 3
|
1355
|
+
},
|
1356
|
+
"type": "({ client, children }: {\n client: GraphQLClient<any>;\n children: ReactNode;\n}) => React.JSX.Element"
|
1357
|
+
},
|
1358
|
+
"isOptional": true,
|
1359
|
+
"defaultValue": "({ client, children }: { client: GraphQLClient<any>; children: ReactNode }) => {\n return <GraphQLProvider client={client}>{children}</GraphQLProvider>;\n }"
|
1318
1360
|
},
|
1319
|
-
|
1320
|
-
"__schema": "
|
1361
|
+
{
|
1362
|
+
"__schema": "VariableLikeSchema",
|
1321
1363
|
"location": {
|
1322
1364
|
"filePath": "graphql.ui.runtime.tsx",
|
1323
|
-
"line":
|
1365
|
+
"line": 90,
|
1324
1366
|
"character": 3
|
1325
1367
|
},
|
1326
|
-
"
|
1327
|
-
"
|
1368
|
+
"signature": "(property) GraphqlUI.renderPlugins: GraphqlRenderPlugins",
|
1369
|
+
"name": "renderPlugins",
|
1370
|
+
"type": {
|
1371
|
+
"__schema": "TypeRefSchema",
|
1372
|
+
"location": {
|
1373
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1374
|
+
"line": 90,
|
1375
|
+
"character": 3
|
1376
|
+
},
|
1377
|
+
"name": "GraphqlRenderPlugins",
|
1378
|
+
"internalFilePath": "render-lifecycle.tsx"
|
1379
|
+
},
|
1380
|
+
"isOptional": true,
|
1381
|
+
"defaultValue": "new GraphqlRenderPlugins(this)"
|
1328
1382
|
},
|
1329
|
-
|
1330
|
-
|
1331
|
-
"type": {
|
1332
|
-
"__schema": "InferenceTypeSchema",
|
1383
|
+
{
|
1384
|
+
"__schema": "VariableLikeSchema",
|
1333
1385
|
"location": {
|
1334
1386
|
"filePath": "graphql.ui.runtime.tsx",
|
1335
|
-
"line":
|
1387
|
+
"line": 92,
|
1336
1388
|
"character": 3
|
1337
1389
|
},
|
1338
|
-
"
|
1339
|
-
|
1340
|
-
|
1341
|
-
|
1342
|
-
|
1343
|
-
|
1344
|
-
|
1345
|
-
|
1346
|
-
|
1347
|
-
|
1348
|
-
|
1390
|
+
"signature": "(property) GraphqlUI.runtime: RuntimeDefinition",
|
1391
|
+
"name": "runtime",
|
1392
|
+
"type": {
|
1393
|
+
"__schema": "InferenceTypeSchema",
|
1394
|
+
"location": {
|
1395
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1396
|
+
"line": 92,
|
1397
|
+
"character": 3
|
1398
|
+
},
|
1399
|
+
"type": "RuntimeDefinition"
|
1400
|
+
},
|
1401
|
+
"isOptional": true,
|
1402
|
+
"defaultValue": "UIRuntime"
|
1349
1403
|
},
|
1350
|
-
|
1351
|
-
|
1352
|
-
"type": {
|
1353
|
-
"__schema": "TypeRefSchema",
|
1404
|
+
{
|
1405
|
+
"__schema": "VariableLikeSchema",
|
1354
1406
|
"location": {
|
1355
1407
|
"filePath": "graphql.ui.runtime.tsx",
|
1356
|
-
"line":
|
1408
|
+
"line": 93,
|
1357
1409
|
"character": 3
|
1358
1410
|
},
|
1359
|
-
"
|
1360
|
-
"
|
1361
|
-
|
1362
|
-
|
1363
|
-
|
1364
|
-
|
1365
|
-
|
1366
|
-
|
1367
|
-
|
1368
|
-
|
1369
|
-
|
1370
|
-
"
|
1411
|
+
"signature": "(property) GraphqlUI.dependencies: never[]",
|
1412
|
+
"name": "dependencies",
|
1413
|
+
"type": {
|
1414
|
+
"__schema": "InferenceTypeSchema",
|
1415
|
+
"location": {
|
1416
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1417
|
+
"line": 93,
|
1418
|
+
"character": 3
|
1419
|
+
},
|
1420
|
+
"type": "never[]"
|
1421
|
+
},
|
1422
|
+
"isOptional": true,
|
1423
|
+
"defaultValue": "[]"
|
1371
1424
|
},
|
1372
|
-
|
1373
|
-
|
1374
|
-
"type": {
|
1375
|
-
"__schema": "InferenceTypeSchema",
|
1425
|
+
{
|
1426
|
+
"__schema": "VariableLikeSchema",
|
1376
1427
|
"location": {
|
1377
1428
|
"filePath": "graphql.ui.runtime.tsx",
|
1378
|
-
"line":
|
1429
|
+
"line": 94,
|
1379
1430
|
"character": 3
|
1380
1431
|
},
|
1381
|
-
"
|
1382
|
-
|
1383
|
-
|
1384
|
-
|
1385
|
-
|
1386
|
-
|
1387
|
-
|
1388
|
-
|
1389
|
-
|
1390
|
-
|
1391
|
-
|
1432
|
+
"signature": "(property) GraphqlUI.slots: never[]",
|
1433
|
+
"name": "slots",
|
1434
|
+
"type": {
|
1435
|
+
"__schema": "InferenceTypeSchema",
|
1436
|
+
"location": {
|
1437
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1438
|
+
"line": 94,
|
1439
|
+
"character": 3
|
1440
|
+
},
|
1441
|
+
"type": "never[]"
|
1442
|
+
},
|
1443
|
+
"isOptional": true,
|
1444
|
+
"defaultValue": "[]"
|
1392
1445
|
},
|
1393
|
-
|
1394
|
-
|
1395
|
-
"type": {
|
1396
|
-
"__schema": "InferenceTypeSchema",
|
1446
|
+
{
|
1447
|
+
"__schema": "FunctionLikeSchema",
|
1397
1448
|
"location": {
|
1398
1449
|
"filePath": "graphql.ui.runtime.tsx",
|
1399
|
-
"line":
|
1450
|
+
"line": 96,
|
1400
1451
|
"character": 3
|
1401
1452
|
},
|
1402
|
-
"
|
1403
|
-
|
1404
|
-
|
1405
|
-
|
1453
|
+
"signature": "(method) GraphqlUI.provider(): Promise<GraphqlUI>",
|
1454
|
+
"name": "provider",
|
1455
|
+
"params": [],
|
1456
|
+
"returnType": {
|
1457
|
+
"__schema": "InferenceTypeSchema",
|
1458
|
+
"location": {
|
1459
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1460
|
+
"line": 96,
|
1461
|
+
"character": 3
|
1462
|
+
},
|
1463
|
+
"type": "Promise<GraphqlUI>"
|
1464
|
+
},
|
1465
|
+
"modifiers": [
|
1466
|
+
"static",
|
1467
|
+
"async"
|
1468
|
+
]
|
1469
|
+
}
|
1470
|
+
],
|
1471
|
+
"extendsNodes": [],
|
1472
|
+
"implementNodes": []
|
1473
|
+
}
|
1474
|
+
},
|
1475
|
+
{
|
1476
|
+
"__schema": "ExportSchema",
|
1477
|
+
"location": {
|
1478
|
+
"filePath": "index.ts",
|
1479
|
+
"line": 5,
|
1480
|
+
"character": 26
|
1481
|
+
},
|
1482
|
+
"name": "GraphQLClient",
|
1483
|
+
"exportNode": {
|
1484
|
+
"__schema": "TypeSchema",
|
1485
|
+
"location": {
|
1486
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1487
|
+
"line": 21,
|
1488
|
+
"character": 1
|
1406
1489
|
},
|
1407
|
-
{
|
1408
|
-
"__schema": "
|
1490
|
+
"doc": {
|
1491
|
+
"__schema": "DocSchema",
|
1409
1492
|
"location": {
|
1410
1493
|
"filePath": "graphql.ui.runtime.tsx",
|
1411
|
-
"line":
|
1412
|
-
"character":
|
1413
|
-
},
|
1414
|
-
"signature": "(property) GraphqlUI.slots: never[]",
|
1415
|
-
"name": "slots",
|
1416
|
-
"type": {
|
1417
|
-
"__schema": "InferenceTypeSchema",
|
1418
|
-
"location": {
|
1419
|
-
"filePath": "graphql.ui.runtime.tsx",
|
1420
|
-
"line": 94,
|
1421
|
-
"character": 3
|
1422
|
-
},
|
1423
|
-
"type": "never[]"
|
1494
|
+
"line": 17,
|
1495
|
+
"character": 1
|
1424
1496
|
},
|
1425
|
-
"
|
1426
|
-
"
|
1497
|
+
"raw": "/**\n * Type of gql client.\n * Used to abstract Apollo client, so consumers could import the type from graphql.ui, and not have to depend on @apollo/client directly\n * */",
|
1498
|
+
"comment": "Type of gql client.\nUsed to abstract Apollo client, so consumers could import the type from graphql.ui, and not have to depend on",
|
1499
|
+
"tags": [
|
1500
|
+
{
|
1501
|
+
"__schema": "TagSchema",
|
1502
|
+
"location": {
|
1503
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1504
|
+
"line": 19,
|
1505
|
+
"character": 114
|
1506
|
+
},
|
1507
|
+
"tagName": "apollo",
|
1508
|
+
"comment": "/client directly"
|
1509
|
+
}
|
1510
|
+
]
|
1427
1511
|
},
|
1428
|
-
|
1429
|
-
|
1512
|
+
"signature": "type GraphQLClient<T> = ApolloClient<T>",
|
1513
|
+
"name": "GraphQLClient",
|
1514
|
+
"type": {
|
1515
|
+
"__schema": "TypeRefSchema",
|
1430
1516
|
"location": {
|
1431
1517
|
"filePath": "graphql.ui.runtime.tsx",
|
1432
|
-
"line":
|
1433
|
-
"character":
|
1434
|
-
},
|
1435
|
-
"signature": "(method) GraphqlUI.provider(): Promise<GraphqlUI>",
|
1436
|
-
"name": "provider",
|
1437
|
-
"params": [],
|
1438
|
-
"returnType": {
|
1439
|
-
"__schema": "InferenceTypeSchema",
|
1440
|
-
"location": {
|
1441
|
-
"filePath": "graphql.ui.runtime.tsx",
|
1442
|
-
"line": 96,
|
1443
|
-
"character": 3
|
1444
|
-
},
|
1445
|
-
"type": "Promise<GraphqlUI>"
|
1518
|
+
"line": 21,
|
1519
|
+
"character": 32
|
1446
1520
|
},
|
1447
|
-
"
|
1448
|
-
|
1449
|
-
|
1521
|
+
"name": "ApolloClient",
|
1522
|
+
"typeArgs": [
|
1523
|
+
{
|
1524
|
+
"__schema": "TypeRefSchema",
|
1525
|
+
"location": {
|
1526
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1527
|
+
"line": 21,
|
1528
|
+
"character": 45
|
1529
|
+
},
|
1530
|
+
"name": "T"
|
1531
|
+
}
|
1450
1532
|
]
|
1451
1533
|
}
|
1452
|
-
|
1453
|
-
"extendsNodes": [],
|
1454
|
-
"implementNodes": []
|
1534
|
+
}
|
1455
1535
|
},
|
1456
1536
|
{
|
1457
|
-
"__schema": "
|
1537
|
+
"__schema": "ExportSchema",
|
1458
1538
|
"location": {
|
1459
|
-
"filePath": "
|
1460
|
-
"line":
|
1461
|
-
"character":
|
1539
|
+
"filePath": "index.ts",
|
1540
|
+
"line": 6,
|
1541
|
+
"character": 15
|
1462
1542
|
},
|
1463
|
-
"
|
1464
|
-
|
1543
|
+
"name": "GraphQLServer",
|
1544
|
+
"exportNode": {
|
1545
|
+
"__schema": "InterfaceSchema",
|
1465
1546
|
"location": {
|
1466
|
-
"filePath": "graphql.
|
1467
|
-
"line":
|
1547
|
+
"filePath": "graphql-server.ts",
|
1548
|
+
"line": 1,
|
1468
1549
|
"character": 1
|
1469
1550
|
},
|
1470
|
-
"
|
1471
|
-
"
|
1472
|
-
"
|
1473
|
-
{
|
1474
|
-
"__schema": "TagSchema",
|
1475
|
-
"location": {
|
1476
|
-
"filePath": "graphql.ui.runtime.tsx",
|
1477
|
-
"line": 19,
|
1478
|
-
"character": 114
|
1479
|
-
},
|
1480
|
-
"tagName": "apollo",
|
1481
|
-
"comment": "/client directly"
|
1482
|
-
}
|
1483
|
-
]
|
1484
|
-
},
|
1485
|
-
"signature": "type GraphQLClient<T> = ApolloClient<T>",
|
1486
|
-
"name": "GraphQLClient",
|
1487
|
-
"type": {
|
1488
|
-
"__schema": "TypeRefSchema",
|
1489
|
-
"location": {
|
1490
|
-
"filePath": "graphql.ui.runtime.tsx",
|
1491
|
-
"line": 21,
|
1492
|
-
"character": 32
|
1493
|
-
},
|
1494
|
-
"name": "ApolloClient",
|
1495
|
-
"packageName": "@apollo/client",
|
1496
|
-
"typeArgs": [
|
1551
|
+
"signature": "interface GraphQLServer",
|
1552
|
+
"name": "GraphQLServer",
|
1553
|
+
"members": [
|
1497
1554
|
{
|
1498
|
-
"__schema": "
|
1499
|
-
"location": {
|
1500
|
-
"filePath": "graphql.ui.runtime.tsx",
|
1501
|
-
"line": 21,
|
1502
|
-
"character": 45
|
1503
|
-
},
|
1504
|
-
"name": "T"
|
1505
|
-
}
|
1506
|
-
]
|
1507
|
-
}
|
1508
|
-
},
|
1509
|
-
{
|
1510
|
-
"__schema": "InterfaceSchema",
|
1511
|
-
"location": {
|
1512
|
-
"filePath": "graphql-server.ts",
|
1513
|
-
"line": 1,
|
1514
|
-
"character": 1
|
1515
|
-
},
|
1516
|
-
"signature": "interface GraphQLServer",
|
1517
|
-
"name": "GraphQLServer",
|
1518
|
-
"members": [
|
1519
|
-
{
|
1520
|
-
"__schema": "VariableLikeSchema",
|
1521
|
-
"location": {
|
1522
|
-
"filePath": "graphql-server.ts",
|
1523
|
-
"line": 2,
|
1524
|
-
"character": 3
|
1525
|
-
},
|
1526
|
-
"signature": "(property) GraphQLServer.uri: string",
|
1527
|
-
"name": "uri",
|
1528
|
-
"type": {
|
1529
|
-
"__schema": "KeywordTypeSchema",
|
1555
|
+
"__schema": "VariableLikeSchema",
|
1530
1556
|
"location": {
|
1531
1557
|
"filePath": "graphql-server.ts",
|
1532
1558
|
"line": 2,
|
1533
|
-
"character":
|
1559
|
+
"character": 3
|
1534
1560
|
},
|
1535
|
-
"
|
1536
|
-
|
1537
|
-
|
1538
|
-
|
1539
|
-
|
1540
|
-
|
1541
|
-
|
1542
|
-
|
1543
|
-
|
1544
|
-
|
1561
|
+
"signature": "(property) GraphQLServer.uri: string",
|
1562
|
+
"name": "uri",
|
1563
|
+
"type": {
|
1564
|
+
"__schema": "KeywordTypeSchema",
|
1565
|
+
"location": {
|
1566
|
+
"filePath": "graphql-server.ts",
|
1567
|
+
"line": 2,
|
1568
|
+
"character": 8
|
1569
|
+
},
|
1570
|
+
"name": "string"
|
1571
|
+
},
|
1572
|
+
"isOptional": false
|
1545
1573
|
},
|
1546
|
-
|
1547
|
-
|
1548
|
-
"type": {
|
1549
|
-
"__schema": "KeywordTypeSchema",
|
1574
|
+
{
|
1575
|
+
"__schema": "VariableLikeSchema",
|
1550
1576
|
"location": {
|
1551
1577
|
"filePath": "graphql-server.ts",
|
1552
1578
|
"line": 4,
|
1553
|
-
"character":
|
1579
|
+
"character": 3
|
1554
1580
|
},
|
1555
|
-
"
|
1556
|
-
|
1557
|
-
|
1558
|
-
|
1559
|
-
|
1560
|
-
|
1581
|
+
"signature": "(property) GraphQLServer.subscriptionsUri?: string | undefined",
|
1582
|
+
"name": "subscriptionsUri",
|
1583
|
+
"type": {
|
1584
|
+
"__schema": "KeywordTypeSchema",
|
1585
|
+
"location": {
|
1586
|
+
"filePath": "graphql-server.ts",
|
1587
|
+
"line": 4,
|
1588
|
+
"character": 22
|
1589
|
+
},
|
1590
|
+
"name": "string"
|
1591
|
+
},
|
1592
|
+
"isOptional": true
|
1593
|
+
}
|
1594
|
+
],
|
1595
|
+
"extendsNodes": []
|
1596
|
+
}
|
1561
1597
|
},
|
1562
1598
|
{
|
1563
|
-
"__schema": "
|
1599
|
+
"__schema": "ExportSchema",
|
1564
1600
|
"location": {
|
1565
|
-
"filePath": "
|
1566
|
-
"line":
|
1567
|
-
"character":
|
1601
|
+
"filePath": "index.ts",
|
1602
|
+
"line": 7,
|
1603
|
+
"character": 10
|
1568
1604
|
},
|
1569
|
-
"signature": "function GraphQLProvider({ client, children }: GraphQLProviderProps): React.JSX.Element",
|
1570
1605
|
"name": "GraphQLProvider",
|
1571
|
-
"
|
1572
|
-
"__schema": "
|
1606
|
+
"exportNode": {
|
1607
|
+
"__schema": "ReactSchema",
|
1573
1608
|
"location": {
|
1574
1609
|
"filePath": "graphql-provider/graphql-provider.tsx",
|
1575
1610
|
"line": 10,
|
1576
|
-
"character":
|
1611
|
+
"character": 1
|
1577
1612
|
},
|
1578
|
-
"
|
1579
|
-
"
|
1580
|
-
|
1613
|
+
"signature": "function GraphQLProvider({ client, children }: GraphQLProviderProps): React.JSX.Element",
|
1614
|
+
"name": "GraphQLProvider",
|
1615
|
+
"props": {
|
1616
|
+
"__schema": "ParameterSchema",
|
1581
1617
|
"location": {
|
1582
1618
|
"filePath": "graphql-provider/graphql-provider.tsx",
|
1583
1619
|
"line": 10,
|
1584
|
-
"character":
|
1620
|
+
"character": 33
|
1585
1621
|
},
|
1586
|
-
"name": "
|
1587
|
-
"
|
1588
|
-
|
1589
|
-
"isOptional": false,
|
1590
|
-
"objectBindingNodes": [
|
1591
|
-
{
|
1592
|
-
"__schema": "InferenceTypeSchema",
|
1622
|
+
"name": "{ client, children }",
|
1623
|
+
"type": {
|
1624
|
+
"__schema": "TypeRefSchema",
|
1593
1625
|
"location": {
|
1594
1626
|
"filePath": "graphql-provider/graphql-provider.tsx",
|
1595
1627
|
"line": 10,
|
1596
|
-
"character":
|
1628
|
+
"character": 55
|
1597
1629
|
},
|
1598
|
-
"name": "
|
1599
|
-
"type": "GraphQLClient<any>",
|
1600
|
-
"isSpread": false
|
1630
|
+
"name": "GraphQLProviderProps"
|
1601
1631
|
},
|
1602
|
-
|
1603
|
-
|
1604
|
-
|
1605
|
-
"
|
1606
|
-
"
|
1607
|
-
|
1632
|
+
"isOptional": false,
|
1633
|
+
"objectBindingNodes": [
|
1634
|
+
{
|
1635
|
+
"__schema": "InferenceTypeSchema",
|
1636
|
+
"location": {
|
1637
|
+
"filePath": "graphql-provider/graphql-provider.tsx",
|
1638
|
+
"line": 10,
|
1639
|
+
"character": 35
|
1640
|
+
},
|
1641
|
+
"name": "client",
|
1642
|
+
"type": "GraphQLClient<any>",
|
1643
|
+
"isSpread": false
|
1608
1644
|
},
|
1609
|
-
|
1610
|
-
|
1611
|
-
|
1612
|
-
|
1613
|
-
|
1614
|
-
|
1615
|
-
|
1616
|
-
|
1617
|
-
|
1618
|
-
|
1619
|
-
|
1620
|
-
|
1621
|
-
"
|
1645
|
+
{
|
1646
|
+
"__schema": "InferenceTypeSchema",
|
1647
|
+
"location": {
|
1648
|
+
"filePath": "graphql-provider/graphql-provider.tsx",
|
1649
|
+
"line": 10,
|
1650
|
+
"character": 43
|
1651
|
+
},
|
1652
|
+
"name": "children",
|
1653
|
+
"type": "React.ReactNode",
|
1654
|
+
"isSpread": false
|
1655
|
+
}
|
1656
|
+
],
|
1657
|
+
"isSpread": false
|
1622
1658
|
},
|
1623
|
-
"
|
1624
|
-
|
1625
|
-
|
1626
|
-
|
1627
|
-
|
1628
|
-
|
1659
|
+
"returnType": {
|
1660
|
+
"__schema": "TypeRefSchema",
|
1661
|
+
"location": {
|
1662
|
+
"filePath": "graphql-provider/graphql-provider.tsx",
|
1663
|
+
"line": 10,
|
1664
|
+
"character": 1
|
1665
|
+
},
|
1666
|
+
"name": "React.JSX.Element",
|
1667
|
+
"packageName": "react"
|
1668
|
+
},
|
1669
|
+
"modifiers": [
|
1670
|
+
"export"
|
1671
|
+
]
|
1672
|
+
}
|
1629
1673
|
},
|
1630
1674
|
{
|
1631
|
-
"__schema": "
|
1675
|
+
"__schema": "ExportSchema",
|
1632
1676
|
"location": {
|
1633
|
-
"filePath": "
|
1634
|
-
"line":
|
1635
|
-
"character":
|
1677
|
+
"filePath": "index.ts",
|
1678
|
+
"line": 8,
|
1679
|
+
"character": 10
|
1636
1680
|
},
|
1637
|
-
"signature": "class GraphQlError",
|
1638
1681
|
"name": "GraphQlError",
|
1639
|
-
"
|
1640
|
-
|
1641
|
-
|
1642
|
-
"
|
1643
|
-
|
1644
|
-
|
1645
|
-
|
1646
|
-
|
1647
|
-
|
1648
|
-
|
1649
|
-
|
1650
|
-
|
1651
|
-
|
1652
|
-
"
|
1653
|
-
|
1654
|
-
|
1655
|
-
|
1656
|
-
|
1657
|
-
|
1658
|
-
|
1659
|
-
|
1682
|
+
"exportNode": {
|
1683
|
+
"__schema": "ClassSchema",
|
1684
|
+
"location": {
|
1685
|
+
"filePath": "graphql-error.ts",
|
1686
|
+
"line": 1,
|
1687
|
+
"character": 1
|
1688
|
+
},
|
1689
|
+
"signature": "class GraphQlError",
|
1690
|
+
"name": "GraphQlError",
|
1691
|
+
"members": [
|
1692
|
+
{
|
1693
|
+
"__schema": "ConstructorSchema",
|
1694
|
+
"location": {
|
1695
|
+
"filePath": "graphql-error.ts",
|
1696
|
+
"line": 2,
|
1697
|
+
"character": 3
|
1698
|
+
},
|
1699
|
+
"signature": "constructor GraphQlError(code: number, message?: string): GraphQlError",
|
1700
|
+
"name": "constructor",
|
1701
|
+
"params": [
|
1702
|
+
{
|
1703
|
+
"__schema": "ParameterSchema",
|
1660
1704
|
"location": {
|
1661
1705
|
"filePath": "graphql-error.ts",
|
1662
1706
|
"line": 6,
|
1663
|
-
"character":
|
1707
|
+
"character": 5
|
1664
1708
|
},
|
1665
|
-
"name": "
|
1666
|
-
|
1667
|
-
|
1668
|
-
|
1669
|
-
|
1670
|
-
|
1671
|
-
|
1672
|
-
|
1673
|
-
|
1674
|
-
|
1675
|
-
"
|
1709
|
+
"name": "code",
|
1710
|
+
"type": {
|
1711
|
+
"__schema": "KeywordTypeSchema",
|
1712
|
+
"location": {
|
1713
|
+
"filePath": "graphql-error.ts",
|
1714
|
+
"line": 6,
|
1715
|
+
"character": 27
|
1716
|
+
},
|
1717
|
+
"name": "number"
|
1718
|
+
},
|
1719
|
+
"isOptional": false,
|
1720
|
+
"isSpread": false
|
1676
1721
|
},
|
1677
|
-
|
1678
|
-
|
1679
|
-
"__schema": "KeywordTypeSchema",
|
1722
|
+
{
|
1723
|
+
"__schema": "ParameterSchema",
|
1680
1724
|
"location": {
|
1681
1725
|
"filePath": "graphql-error.ts",
|
1682
1726
|
"line": 11,
|
1683
|
-
"character":
|
1727
|
+
"character": 5
|
1684
1728
|
},
|
1685
|
-
"name": "
|
1729
|
+
"name": "message",
|
1730
|
+
"type": {
|
1731
|
+
"__schema": "KeywordTypeSchema",
|
1732
|
+
"location": {
|
1733
|
+
"filePath": "graphql-error.ts",
|
1734
|
+
"line": 11,
|
1735
|
+
"character": 31
|
1736
|
+
},
|
1737
|
+
"name": "string"
|
1738
|
+
},
|
1739
|
+
"isOptional": true,
|
1740
|
+
"isSpread": false
|
1741
|
+
}
|
1742
|
+
],
|
1743
|
+
"returnType": {
|
1744
|
+
"__schema": "ThisTypeSchema",
|
1745
|
+
"location": {
|
1746
|
+
"filePath": "graphql-error.ts",
|
1747
|
+
"line": 1,
|
1748
|
+
"character": 1
|
1686
1749
|
},
|
1687
|
-
"
|
1688
|
-
"isSpread": false
|
1689
|
-
}
|
1690
|
-
],
|
1691
|
-
"returnType": {
|
1692
|
-
"__schema": "ThisTypeSchema",
|
1693
|
-
"location": {
|
1694
|
-
"filePath": "graphql-error.ts",
|
1695
|
-
"line": 1,
|
1696
|
-
"character": 1
|
1750
|
+
"name": "GraphQlError"
|
1697
1751
|
},
|
1698
|
-
"
|
1699
|
-
}
|
1700
|
-
|
1701
|
-
|
1702
|
-
|
1703
|
-
|
1704
|
-
"implementNodes": []
|
1752
|
+
"modifiers": []
|
1753
|
+
}
|
1754
|
+
],
|
1755
|
+
"extendsNodes": [],
|
1756
|
+
"implementNodes": []
|
1757
|
+
}
|
1705
1758
|
}
|
1706
1759
|
],
|
1707
1760
|
"internals": []
|
@@ -1822,8 +1875,7 @@
|
|
1822
1875
|
"line": 8,
|
1823
1876
|
"character": 23
|
1824
1877
|
},
|
1825
|
-
"name": "DocumentNode"
|
1826
|
-
"packageName": "graphql"
|
1878
|
+
"name": "DocumentNode"
|
1827
1879
|
}
|
1828
1880
|
]
|
1829
1881
|
},
|
@@ -1903,8 +1955,7 @@
|
|
1903
1955
|
"line": 10,
|
1904
1956
|
"character": 22
|
1905
1957
|
},
|
1906
|
-
"name": "SchemaDirectives"
|
1907
|
-
"packageName": "@graphql-modules/core"
|
1958
|
+
"name": "SchemaDirectives"
|
1908
1959
|
},
|
1909
1960
|
"isOptional": true
|
1910
1961
|
}
|
@@ -2081,11 +2132,6 @@
|
|
2081
2132
|
"character": 33
|
2082
2133
|
},
|
2083
2134
|
"name": "SlotRegistry",
|
2084
|
-
"componentId": {
|
2085
|
-
"scope": "teambit.harmony",
|
2086
|
-
"name": "harmony",
|
2087
|
-
"version": "0.4.6"
|
2088
|
-
},
|
2089
2135
|
"typeArgs": [
|
2090
2136
|
{
|
2091
2137
|
"__schema": "TypeRefSchema",
|
@@ -2116,11 +2162,6 @@
|
|
2116
2162
|
"character": 26
|
2117
2163
|
},
|
2118
2164
|
"name": "SlotRegistry",
|
2119
|
-
"componentId": {
|
2120
|
-
"scope": "teambit.harmony",
|
2121
|
-
"name": "harmony",
|
2122
|
-
"version": "0.4.6"
|
2123
|
-
},
|
2124
2165
|
"typeArgs": [
|
2125
2166
|
{
|
2126
2167
|
"__schema": "TypeRefSchema",
|
@@ -2151,11 +2192,6 @@
|
|
2151
2192
|
"character": 26
|
2152
2193
|
},
|
2153
2194
|
"name": "SlotRegistry",
|
2154
|
-
"componentId": {
|
2155
|
-
"scope": "teambit.harmony",
|
2156
|
-
"name": "harmony",
|
2157
|
-
"version": "0.4.6"
|
2158
|
-
},
|
2159
2195
|
"typeArgs": [
|
2160
2196
|
{
|
2161
2197
|
"__schema": "TypeRefSchema",
|
@@ -2164,8 +2200,7 @@
|
|
2164
2200
|
"line": 37,
|
2165
2201
|
"character": 39
|
2166
2202
|
},
|
2167
|
-
"name": "PubSubEngine"
|
2168
|
-
"packageName": "graphql-subscriptions"
|
2203
|
+
"name": "PubSubEngine"
|
2169
2204
|
}
|
2170
2205
|
]
|
2171
2206
|
}
|
@@ -2223,8 +2258,7 @@
|
|
2223
2258
|
"line": 41,
|
2224
2259
|
"character": 9
|
2225
2260
|
},
|
2226
|
-
"name": "Express"
|
2227
|
-
"packageName": "express"
|
2261
|
+
"name": "Express"
|
2228
2262
|
},
|
2229
2263
|
"isOptional": true
|
2230
2264
|
},
|
@@ -2382,8 +2416,7 @@
|
|
2382
2416
|
"line": 54,
|
2383
2417
|
"character": 22
|
2384
2418
|
},
|
2385
|
-
"name": "GraphQLConfig"
|
2386
|
-
"internalFilePath": "graphql.main.runtime.ts"
|
2419
|
+
"name": "GraphQLConfig"
|
2387
2420
|
},
|
2388
2421
|
"isOptional": false,
|
2389
2422
|
"isSpread": false
|
@@ -2423,12 +2456,7 @@
|
|
2423
2456
|
"line": 64,
|
2424
2457
|
"character": 22
|
2425
2458
|
},
|
2426
|
-
"name": "Harmony"
|
2427
|
-
"componentId": {
|
2428
|
-
"scope": "teambit.harmony",
|
2429
|
-
"name": "harmony",
|
2430
|
-
"version": "0.4.6"
|
2431
|
-
}
|
2459
|
+
"name": "Harmony"
|
2432
2460
|
},
|
2433
2461
|
"isOptional": false,
|
2434
2462
|
"isSpread": false
|
@@ -2448,11 +2476,7 @@
|
|
2448
2476
|
"line": 69,
|
2449
2477
|
"character": 22
|
2450
2478
|
},
|
2451
|
-
"name": "Logger"
|
2452
|
-
"componentId": {
|
2453
|
-
"scope": "teambit.harmony",
|
2454
|
-
"name": "logger"
|
2455
|
-
}
|
2479
|
+
"name": "Logger"
|
2456
2480
|
},
|
2457
2481
|
"isOptional": false,
|
2458
2482
|
"isSpread": false
|
@@ -2472,8 +2496,7 @@
|
|
2472
2496
|
"line": 71,
|
2473
2497
|
"character": 32
|
2474
2498
|
},
|
2475
|
-
"name": "GraphQLServerSlot"
|
2476
|
-
"internalFilePath": "graphql.main.runtime.ts"
|
2499
|
+
"name": "GraphQLServerSlot"
|
2477
2500
|
},
|
2478
2501
|
"isOptional": false,
|
2479
2502
|
"isSpread": false
|
@@ -2493,8 +2516,7 @@
|
|
2493
2516
|
"line": 76,
|
2494
2517
|
"character": 25
|
2495
2518
|
},
|
2496
|
-
"name": "PubSubSlot"
|
2497
|
-
"internalFilePath": "graphql.main.runtime.ts"
|
2519
|
+
"name": "PubSubSlot"
|
2498
2520
|
},
|
2499
2521
|
"isOptional": false,
|
2500
2522
|
"isSpread": false
|
@@ -2668,8 +2690,7 @@
|
|
2668
2690
|
"line": 108,
|
2669
2691
|
"character": 31
|
2670
2692
|
},
|
2671
|
-
"name": "GraphQLServerOptions"
|
2672
|
-
"internalFilePath": "graphql.main.runtime.ts"
|
2693
|
+
"name": "GraphQLServerOptions"
|
2673
2694
|
},
|
2674
2695
|
"isOptional": false,
|
2675
2696
|
"isSpread": false
|
@@ -2775,8 +2796,7 @@
|
|
2775
2796
|
"line": 172,
|
2776
2797
|
"character": 26
|
2777
2798
|
},
|
2778
|
-
"name": "PubSubEngine"
|
2779
|
-
"packageName": "graphql-subscriptions"
|
2799
|
+
"name": "PubSubEngine"
|
2780
2800
|
},
|
2781
2801
|
"isOptional": false,
|
2782
2802
|
"isSpread": false
|
@@ -2848,8 +2868,7 @@
|
|
2848
2868
|
"line": 182,
|
2849
2869
|
"character": 40
|
2850
2870
|
},
|
2851
|
-
"name": "Server"
|
2852
|
-
"packageName": "http"
|
2871
|
+
"name": "Server"
|
2853
2872
|
},
|
2854
2873
|
"isOptional": true,
|
2855
2874
|
"isSpread": false
|
@@ -2869,8 +2888,7 @@
|
|
2869
2888
|
"line": 182,
|
2870
2889
|
"character": 54
|
2871
2890
|
},
|
2872
|
-
"name": "Express"
|
2873
|
-
"packageName": "express"
|
2891
|
+
"name": "Express"
|
2874
2892
|
},
|
2875
2893
|
"isOptional": true,
|
2876
2894
|
"isSpread": false
|
@@ -3058,11 +3076,7 @@
|
|
3058
3076
|
"line": 317,
|
3059
3077
|
"character": 23
|
3060
3078
|
},
|
3061
|
-
"name": "LoggerMain"
|
3062
|
-
"componentId": {
|
3063
|
-
"scope": "teambit.harmony",
|
3064
|
-
"name": "logger"
|
3065
|
-
}
|
3079
|
+
"name": "LoggerMain"
|
3066
3080
|
}
|
3067
3081
|
]
|
3068
3082
|
},
|
@@ -3084,8 +3098,7 @@
|
|
3084
3098
|
"line": 318,
|
3085
3099
|
"character": 13
|
3086
3100
|
},
|
3087
|
-
"name": "GraphQLConfig"
|
3088
|
-
"internalFilePath": "graphql.main.runtime.ts"
|
3101
|
+
"name": "GraphQLConfig"
|
3089
3102
|
},
|
3090
3103
|
"isOptional": false,
|
3091
3104
|
"isSpread": false
|
@@ -3122,8 +3135,7 @@
|
|
3122
3135
|
"line": 319,
|
3123
3136
|
"character": 63
|
3124
3137
|
},
|
3125
|
-
"name": "GraphQLServerSlot"
|
3126
|
-
"internalFilePath": "graphql.main.runtime.ts"
|
3138
|
+
"name": "GraphQLServerSlot"
|
3127
3139
|
},
|
3128
3140
|
{
|
3129
3141
|
"__schema": "TypeRefSchema",
|
@@ -3132,8 +3144,7 @@
|
|
3132
3144
|
"line": 319,
|
3133
3145
|
"character": 82
|
3134
3146
|
},
|
3135
|
-
"name": "PubSubSlot"
|
3136
|
-
"internalFilePath": "graphql.main.runtime.ts"
|
3147
|
+
"name": "PubSubSlot"
|
3137
3148
|
}
|
3138
3149
|
]
|
3139
3150
|
},
|
@@ -3155,12 +3166,7 @@
|
|
3155
3166
|
"line": 320,
|
3156
3167
|
"character": 14
|
3157
3168
|
},
|
3158
|
-
"name": "Harmony"
|
3159
|
-
"componentId": {
|
3160
|
-
"scope": "teambit.harmony",
|
3161
|
-
"name": "harmony",
|
3162
|
-
"version": "0.4.6"
|
3163
|
-
}
|
3169
|
+
"name": "Harmony"
|
3164
3170
|
},
|
3165
3171
|
"isOptional": false,
|
3166
3172
|
"isSpread": false
|
@@ -3245,7 +3251,6 @@
|
|
3245
3251
|
"character": 32
|
3246
3252
|
},
|
3247
3253
|
"name": "ApolloClient",
|
3248
|
-
"packageName": "@apollo/client",
|
3249
3254
|
"typeArgs": [
|
3250
3255
|
{
|
3251
3256
|
"__schema": "TypeRefSchema",
|
@@ -3314,8 +3319,7 @@
|
|
3314
3319
|
"line": 31,
|
3315
3320
|
"character": 57
|
3316
3321
|
},
|
3317
|
-
"name": "ClientOptions"
|
3318
|
-
"internalFilePath": "graphql.ui.runtime.tsx"
|
3322
|
+
"name": "ClientOptions"
|
3319
3323
|
},
|
3320
3324
|
"isOptional": true,
|
3321
3325
|
"defaultValue": "{}",
|
@@ -3671,8 +3675,7 @@
|
|
3671
3675
|
"line": 25,
|
3672
3676
|
"character": 11
|
3673
3677
|
},
|
3674
|
-
"name": "NormalizedCacheObject"
|
3675
|
-
"packageName": "@apollo/client"
|
3678
|
+
"name": "NormalizedCacheObject"
|
3676
3679
|
},
|
3677
3680
|
"isOptional": true
|
3678
3681
|
},
|
@@ -3793,8 +3796,7 @@
|
|
3793
3796
|
"line": 7,
|
3794
3797
|
"character": 13
|
3795
3798
|
},
|
3796
|
-
"name": "ReactNode"
|
3797
|
-
"packageName": "react"
|
3799
|
+
"name": "ReactNode"
|
3798
3800
|
},
|
3799
3801
|
"isOptional": false
|
3800
3802
|
}
|
@@ -3825,8 +3827,7 @@
|
|
3825
3827
|
"line": 10,
|
3826
3828
|
"character": 55
|
3827
3829
|
},
|
3828
|
-
"name": "GraphQLProviderProps"
|
3829
|
-
"internalFilePath": "graphql-provider/graphql-provider.tsx"
|
3830
|
+
"name": "GraphQLProviderProps"
|
3830
3831
|
},
|
3831
3832
|
"isOptional": false,
|
3832
3833
|
"objectBindingNodes": [
|
@@ -3876,7 +3877,7 @@
|
|
3876
3877
|
"componentId": {
|
3877
3878
|
"scope": "teambit.harmony",
|
3878
3879
|
"name": "graphql",
|
3879
|
-
"version": "1.0.
|
3880
|
+
"version": "1.0.258"
|
3880
3881
|
},
|
3881
3882
|
"taggedModuleExports": []
|
3882
3883
|
}
|