@teambit/graphql 1.0.257 → 1.0.259
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,1300 @@
|
|
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
|
-
"
|
148
|
+
{
|
149
|
+
"__schema": "TypeRefSchema",
|
150
|
+
"location": {
|
151
|
+
"filePath": "schema.ts",
|
152
|
+
"line": 8,
|
153
|
+
"character": 23
|
154
|
+
},
|
155
|
+
"name": "DocumentNode",
|
156
|
+
"packageName": "graphql"
|
157
|
+
}
|
158
|
+
]
|
159
|
+
},
|
160
|
+
"isOptional": true
|
141
161
|
},
|
142
|
-
|
143
|
-
|
144
|
-
"type": {
|
145
|
-
"__schema": "TypeLiteralSchema",
|
162
|
+
{
|
163
|
+
"__schema": "VariableLikeSchema",
|
146
164
|
"location": {
|
147
165
|
"filePath": "schema.ts",
|
148
166
|
"line": 9,
|
149
|
-
"character":
|
167
|
+
"character": 3
|
150
168
|
},
|
151
|
-
"
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
169
|
+
"signature": "(property) resolvers?: {\n [key: string]: any;\n} | undefined",
|
170
|
+
"name": "resolvers",
|
171
|
+
"type": {
|
172
|
+
"__schema": "TypeLiteralSchema",
|
173
|
+
"location": {
|
174
|
+
"filePath": "schema.ts",
|
175
|
+
"line": 9,
|
176
|
+
"character": 15
|
177
|
+
},
|
178
|
+
"members": [
|
179
|
+
{
|
180
|
+
"__schema": "IndexSignatureSchema",
|
161
181
|
"location": {
|
162
182
|
"filePath": "schema.ts",
|
163
183
|
"line": 9,
|
164
|
-
"character":
|
184
|
+
"character": 17
|
165
185
|
},
|
166
|
-
"
|
167
|
-
|
168
|
-
"__schema": "KeywordTypeSchema",
|
186
|
+
"keyType": {
|
187
|
+
"__schema": "ParameterSchema",
|
169
188
|
"location": {
|
170
189
|
"filePath": "schema.ts",
|
171
190
|
"line": 9,
|
172
|
-
"character":
|
191
|
+
"character": 18
|
173
192
|
},
|
174
|
-
"name": "
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
"
|
193
|
+
"name": "key",
|
194
|
+
"type": {
|
195
|
+
"__schema": "KeywordTypeSchema",
|
196
|
+
"location": {
|
197
|
+
"filePath": "schema.ts",
|
198
|
+
"line": 9,
|
199
|
+
"character": 23
|
200
|
+
},
|
201
|
+
"name": "string"
|
202
|
+
},
|
203
|
+
"isOptional": false,
|
204
|
+
"isSpread": false
|
185
205
|
},
|
186
|
-
"
|
206
|
+
"valueType": {
|
207
|
+
"__schema": "KeywordTypeSchema",
|
208
|
+
"location": {
|
209
|
+
"filePath": "schema.ts",
|
210
|
+
"line": 9,
|
211
|
+
"character": 32
|
212
|
+
},
|
213
|
+
"name": "any"
|
214
|
+
}
|
187
215
|
}
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
"isOptional": true
|
192
|
-
},
|
193
|
-
{
|
194
|
-
"__schema": "VariableLikeSchema",
|
195
|
-
"location": {
|
196
|
-
"filePath": "schema.ts",
|
197
|
-
"line": 10,
|
198
|
-
"character": 3
|
216
|
+
]
|
217
|
+
},
|
218
|
+
"isOptional": true
|
199
219
|
},
|
200
|
-
|
201
|
-
|
202
|
-
"type": {
|
203
|
-
"__schema": "TypeRefSchema",
|
220
|
+
{
|
221
|
+
"__schema": "VariableLikeSchema",
|
204
222
|
"location": {
|
205
223
|
"filePath": "schema.ts",
|
206
224
|
"line": 10,
|
207
|
-
"character":
|
225
|
+
"character": 3
|
208
226
|
},
|
209
|
-
"
|
210
|
-
"
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
227
|
+
"signature": "(property) schemaDirectives?: SchemaDirectives | undefined",
|
228
|
+
"name": "schemaDirectives",
|
229
|
+
"type": {
|
230
|
+
"__schema": "TypeRefSchema",
|
231
|
+
"location": {
|
232
|
+
"filePath": "schema.ts",
|
233
|
+
"line": 10,
|
234
|
+
"character": 22
|
235
|
+
},
|
236
|
+
"name": "SchemaDirectives",
|
237
|
+
"packageName": "@graphql-modules/core"
|
238
|
+
},
|
239
|
+
"isOptional": true
|
240
|
+
}
|
241
|
+
]
|
242
|
+
}
|
215
243
|
}
|
216
244
|
},
|
217
245
|
{
|
218
|
-
"__schema": "
|
246
|
+
"__schema": "ExportSchema",
|
219
247
|
"location": {
|
220
|
-
"filePath": "
|
221
|
-
"line":
|
222
|
-
"character":
|
248
|
+
"filePath": "index.ts",
|
249
|
+
"line": 4,
|
250
|
+
"character": 15
|
223
251
|
},
|
224
|
-
"signature": "class GraphqlMain",
|
225
252
|
"name": "GraphqlMain",
|
226
|
-
"
|
227
|
-
|
228
|
-
|
229
|
-
"
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
"
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
253
|
+
"exportNode": {
|
254
|
+
"__schema": "ClassSchema",
|
255
|
+
"location": {
|
256
|
+
"filePath": "graphql.main.runtime.ts",
|
257
|
+
"line": 49,
|
258
|
+
"character": 1
|
259
|
+
},
|
260
|
+
"signature": "class GraphqlMain",
|
261
|
+
"name": "GraphqlMain",
|
262
|
+
"members": [
|
263
|
+
{
|
264
|
+
"__schema": "ConstructorSchema",
|
265
|
+
"location": {
|
266
|
+
"filePath": "graphql.main.runtime.ts",
|
267
|
+
"line": 50,
|
268
|
+
"character": 3
|
269
|
+
},
|
270
|
+
"signature": "constructor GraphqlMain(config: GraphQLConfig, moduleSlot: SchemaSlot, context: Harmony, logger: Logger, graphQLServerSlot: GraphQLServerSlot, pubSubSlot: PubSubSlot): GraphqlMain",
|
271
|
+
"name": "constructor",
|
272
|
+
"params": [
|
273
|
+
{
|
274
|
+
"__schema": "ParameterSchema",
|
247
275
|
"location": {
|
248
276
|
"filePath": "graphql.main.runtime.ts",
|
249
277
|
"line": 54,
|
250
|
-
"character":
|
278
|
+
"character": 5
|
251
279
|
},
|
252
|
-
"name": "
|
253
|
-
"
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
"
|
280
|
+
"name": "config",
|
281
|
+
"type": {
|
282
|
+
"__schema": "TypeRefSchema",
|
283
|
+
"location": {
|
284
|
+
"filePath": "graphql.main.runtime.ts",
|
285
|
+
"line": 54,
|
286
|
+
"character": 22
|
287
|
+
},
|
288
|
+
"name": "GraphQLConfig",
|
289
|
+
"internalFilePath": "graphql.main.runtime.ts"
|
290
|
+
},
|
291
|
+
"isOptional": false,
|
292
|
+
"isSpread": false
|
264
293
|
},
|
265
|
-
|
266
|
-
|
267
|
-
"__schema": "TypeRefSchema",
|
294
|
+
{
|
295
|
+
"__schema": "ParameterSchema",
|
268
296
|
"location": {
|
269
297
|
"filePath": "graphql.main.runtime.ts",
|
270
298
|
"line": 59,
|
271
|
-
"character":
|
299
|
+
"character": 5
|
272
300
|
},
|
273
|
-
"name": "
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
"
|
301
|
+
"name": "moduleSlot",
|
302
|
+
"type": {
|
303
|
+
"__schema": "TypeRefSchema",
|
304
|
+
"location": {
|
305
|
+
"filePath": "graphql.main.runtime.ts",
|
306
|
+
"line": 59,
|
307
|
+
"character": 25
|
308
|
+
},
|
309
|
+
"name": "SchemaSlot"
|
310
|
+
},
|
311
|
+
"isOptional": false,
|
312
|
+
"isSpread": false
|
284
313
|
},
|
285
|
-
|
286
|
-
|
287
|
-
"__schema": "TypeRefSchema",
|
314
|
+
{
|
315
|
+
"__schema": "ParameterSchema",
|
288
316
|
"location": {
|
289
317
|
"filePath": "graphql.main.runtime.ts",
|
290
318
|
"line": 64,
|
291
|
-
"character":
|
319
|
+
"character": 5
|
292
320
|
},
|
293
|
-
"name": "
|
294
|
-
"
|
295
|
-
"
|
296
|
-
"
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
"
|
321
|
+
"name": "context",
|
322
|
+
"type": {
|
323
|
+
"__schema": "TypeRefSchema",
|
324
|
+
"location": {
|
325
|
+
"filePath": "graphql.main.runtime.ts",
|
326
|
+
"line": 64,
|
327
|
+
"character": 22
|
328
|
+
},
|
329
|
+
"name": "Harmony",
|
330
|
+
"componentId": {
|
331
|
+
"scope": "teambit.harmony",
|
332
|
+
"name": "harmony",
|
333
|
+
"version": "0.4.6"
|
334
|
+
}
|
335
|
+
},
|
336
|
+
"isOptional": false,
|
337
|
+
"isSpread": false
|
309
338
|
},
|
310
|
-
|
311
|
-
|
312
|
-
"__schema": "TypeRefSchema",
|
339
|
+
{
|
340
|
+
"__schema": "ParameterSchema",
|
313
341
|
"location": {
|
314
342
|
"filePath": "graphql.main.runtime.ts",
|
315
343
|
"line": 69,
|
316
|
-
"character":
|
344
|
+
"character": 5
|
317
345
|
},
|
318
|
-
"name": "
|
319
|
-
"
|
320
|
-
"
|
321
|
-
"
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
"
|
346
|
+
"name": "logger",
|
347
|
+
"type": {
|
348
|
+
"__schema": "TypeRefSchema",
|
349
|
+
"location": {
|
350
|
+
"filePath": "graphql.main.runtime.ts",
|
351
|
+
"line": 69,
|
352
|
+
"character": 22
|
353
|
+
},
|
354
|
+
"name": "Logger",
|
355
|
+
"componentId": {
|
356
|
+
"scope": "teambit.harmony",
|
357
|
+
"name": "logger"
|
358
|
+
}
|
359
|
+
},
|
360
|
+
"isOptional": false,
|
361
|
+
"isSpread": false
|
333
362
|
},
|
334
|
-
|
335
|
-
|
336
|
-
"__schema": "TypeRefSchema",
|
363
|
+
{
|
364
|
+
"__schema": "ParameterSchema",
|
337
365
|
"location": {
|
338
366
|
"filePath": "graphql.main.runtime.ts",
|
339
367
|
"line": 71,
|
340
|
-
"character":
|
368
|
+
"character": 5
|
341
369
|
},
|
342
|
-
"name": "
|
343
|
-
"
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
"
|
370
|
+
"name": "graphQLServerSlot",
|
371
|
+
"type": {
|
372
|
+
"__schema": "TypeRefSchema",
|
373
|
+
"location": {
|
374
|
+
"filePath": "graphql.main.runtime.ts",
|
375
|
+
"line": 71,
|
376
|
+
"character": 32
|
377
|
+
},
|
378
|
+
"name": "GraphQLServerSlot",
|
379
|
+
"internalFilePath": "graphql.main.runtime.ts"
|
380
|
+
},
|
381
|
+
"isOptional": false,
|
382
|
+
"isSpread": false
|
354
383
|
},
|
355
|
-
|
356
|
-
|
357
|
-
"__schema": "TypeRefSchema",
|
384
|
+
{
|
385
|
+
"__schema": "ParameterSchema",
|
358
386
|
"location": {
|
359
387
|
"filePath": "graphql.main.runtime.ts",
|
360
388
|
"line": 76,
|
361
|
-
"character":
|
389
|
+
"character": 5
|
390
|
+
},
|
391
|
+
"name": "pubSubSlot",
|
392
|
+
"type": {
|
393
|
+
"__schema": "TypeRefSchema",
|
394
|
+
"location": {
|
395
|
+
"filePath": "graphql.main.runtime.ts",
|
396
|
+
"line": 76,
|
397
|
+
"character": 25
|
398
|
+
},
|
399
|
+
"name": "PubSubSlot",
|
400
|
+
"internalFilePath": "graphql.main.runtime.ts"
|
362
401
|
},
|
363
|
-
"
|
364
|
-
"
|
402
|
+
"isOptional": false,
|
403
|
+
"isSpread": false
|
404
|
+
}
|
405
|
+
],
|
406
|
+
"returnType": {
|
407
|
+
"__schema": "ThisTypeSchema",
|
408
|
+
"location": {
|
409
|
+
"filePath": "graphql.main.runtime.ts",
|
410
|
+
"line": 49,
|
411
|
+
"character": 1
|
365
412
|
},
|
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
|
413
|
+
"name": "GraphqlMain"
|
376
414
|
},
|
377
|
-
"
|
378
|
-
},
|
379
|
-
"modifiers": []
|
380
|
-
},
|
381
|
-
{
|
382
|
-
"__schema": "GetAccessorSchema",
|
383
|
-
"location": {
|
384
|
-
"filePath": "graphql.main.runtime.ts",
|
385
|
-
"line": 79,
|
386
|
-
"character": 3
|
415
|
+
"modifiers": []
|
387
416
|
},
|
388
|
-
|
389
|
-
|
390
|
-
"type": {
|
391
|
-
"__schema": "TypeRefSchema",
|
417
|
+
{
|
418
|
+
"__schema": "GetAccessorSchema",
|
392
419
|
"location": {
|
393
420
|
"filePath": "graphql.main.runtime.ts",
|
394
421
|
"line": 79,
|
395
422
|
"character": 3
|
396
423
|
},
|
397
|
-
"
|
398
|
-
"
|
399
|
-
|
400
|
-
|
401
|
-
{
|
402
|
-
"__schema": "FunctionLikeSchema",
|
403
|
-
"location": {
|
404
|
-
"filePath": "graphql.main.runtime.ts",
|
405
|
-
"line": 90,
|
406
|
-
"character": 3
|
407
|
-
},
|
408
|
-
"doc": {
|
409
|
-
"__schema": "DocSchema",
|
410
|
-
"location": {
|
411
|
-
"filePath": "graphql.main.runtime.ts",
|
412
|
-
"line": 87,
|
413
|
-
"character": 3
|
414
|
-
},
|
415
|
-
"raw": "/**\n * returns the schema for a specific aspect by its id.\n */",
|
416
|
-
"comment": "returns the schema for a specific aspect by its id."
|
417
|
-
},
|
418
|
-
"signature": "(method) GraphqlMain.getSchema(aspectId: string): Schema | undefined",
|
419
|
-
"name": "getSchema",
|
420
|
-
"params": [
|
421
|
-
{
|
422
|
-
"__schema": "ParameterSchema",
|
424
|
+
"signature": "(getter) GraphqlMain.pubsub: PubSubEngine",
|
425
|
+
"name": "pubsub",
|
426
|
+
"type": {
|
427
|
+
"__schema": "TypeRefSchema",
|
423
428
|
"location": {
|
424
429
|
"filePath": "graphql.main.runtime.ts",
|
425
|
-
"line":
|
426
|
-
"character":
|
427
|
-
},
|
428
|
-
"name": "aspectId",
|
429
|
-
"type": {
|
430
|
-
"__schema": "KeywordTypeSchema",
|
431
|
-
"location": {
|
432
|
-
"filePath": "graphql.main.runtime.ts",
|
433
|
-
"line": 90,
|
434
|
-
"character": 23
|
435
|
-
},
|
436
|
-
"name": "string"
|
430
|
+
"line": 79,
|
431
|
+
"character": 3
|
437
432
|
},
|
438
|
-
"
|
439
|
-
"
|
433
|
+
"name": "PubSubEngine",
|
434
|
+
"packageName": "graphql-subscriptions"
|
440
435
|
}
|
441
|
-
],
|
442
|
-
"returnType": {
|
443
|
-
"__schema": "InferenceTypeSchema",
|
444
|
-
"location": {
|
445
|
-
"filePath": "graphql.main.runtime.ts",
|
446
|
-
"line": 90,
|
447
|
-
"character": 3
|
448
|
-
},
|
449
|
-
"type": "Schema | undefined"
|
450
|
-
},
|
451
|
-
"modifiers": []
|
452
|
-
},
|
453
|
-
{
|
454
|
-
"__schema": "FunctionLikeSchema",
|
455
|
-
"location": {
|
456
|
-
"filePath": "graphql.main.runtime.ts",
|
457
|
-
"line": 97,
|
458
|
-
"character": 3
|
459
436
|
},
|
460
|
-
|
461
|
-
"__schema": "
|
437
|
+
{
|
438
|
+
"__schema": "FunctionLikeSchema",
|
462
439
|
"location": {
|
463
440
|
"filePath": "graphql.main.runtime.ts",
|
464
|
-
"line":
|
441
|
+
"line": 90,
|
465
442
|
"character": 3
|
466
443
|
},
|
467
|
-
"
|
468
|
-
|
469
|
-
},
|
470
|
-
"signature": "(method) GraphqlMain.getSchemas(aspectIds: string[]): Schema[]",
|
471
|
-
"name": "getSchemas",
|
472
|
-
"params": [
|
473
|
-
{
|
474
|
-
"__schema": "ParameterSchema",
|
444
|
+
"doc": {
|
445
|
+
"__schema": "DocSchema",
|
475
446
|
"location": {
|
476
447
|
"filePath": "graphql.main.runtime.ts",
|
477
|
-
"line":
|
478
|
-
"character":
|
448
|
+
"line": 87,
|
449
|
+
"character": 3
|
479
450
|
},
|
480
|
-
"
|
481
|
-
"
|
482
|
-
|
451
|
+
"raw": "/**\n * returns the schema for a specific aspect by its id.\n */",
|
452
|
+
"comment": "returns the schema for a specific aspect by its id."
|
453
|
+
},
|
454
|
+
"signature": "(method) GraphqlMain.getSchema(aspectId: string): Schema | undefined",
|
455
|
+
"name": "getSchema",
|
456
|
+
"params": [
|
457
|
+
{
|
458
|
+
"__schema": "ParameterSchema",
|
483
459
|
"location": {
|
484
460
|
"filePath": "graphql.main.runtime.ts",
|
485
|
-
"line":
|
486
|
-
"character":
|
461
|
+
"line": 90,
|
462
|
+
"character": 13
|
487
463
|
},
|
464
|
+
"name": "aspectId",
|
488
465
|
"type": {
|
489
466
|
"__schema": "KeywordTypeSchema",
|
490
467
|
"location": {
|
491
468
|
"filePath": "graphql.main.runtime.ts",
|
492
|
-
"line":
|
493
|
-
"character":
|
469
|
+
"line": 90,
|
470
|
+
"character": 23
|
494
471
|
},
|
495
472
|
"name": "string"
|
496
|
-
}
|
473
|
+
},
|
474
|
+
"isOptional": false,
|
475
|
+
"isSpread": false
|
476
|
+
}
|
477
|
+
],
|
478
|
+
"returnType": {
|
479
|
+
"__schema": "InferenceTypeSchema",
|
480
|
+
"location": {
|
481
|
+
"filePath": "graphql.main.runtime.ts",
|
482
|
+
"line": 90,
|
483
|
+
"character": 3
|
497
484
|
},
|
498
|
-
"
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
"__schema": "
|
485
|
+
"type": "Schema | undefined"
|
486
|
+
},
|
487
|
+
"modifiers": []
|
488
|
+
},
|
489
|
+
{
|
490
|
+
"__schema": "FunctionLikeSchema",
|
504
491
|
"location": {
|
505
492
|
"filePath": "graphql.main.runtime.ts",
|
506
493
|
"line": 97,
|
507
494
|
"character": 3
|
508
495
|
},
|
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",
|
496
|
+
"doc": {
|
497
|
+
"__schema": "DocSchema",
|
525
498
|
"location": {
|
526
499
|
"filePath": "graphql.main.runtime.ts",
|
527
|
-
"line":
|
528
|
-
"character":
|
500
|
+
"line": 94,
|
501
|
+
"character": 3
|
529
502
|
},
|
530
|
-
"
|
531
|
-
"
|
532
|
-
|
503
|
+
"raw": "/**\n * get multiple schema by aspect ids.\n */",
|
504
|
+
"comment": "get multiple schema by aspect ids."
|
505
|
+
},
|
506
|
+
"signature": "(method) GraphqlMain.getSchemas(aspectIds: string[]): Schema[]",
|
507
|
+
"name": "getSchemas",
|
508
|
+
"params": [
|
509
|
+
{
|
510
|
+
"__schema": "ParameterSchema",
|
533
511
|
"location": {
|
534
512
|
"filePath": "graphql.main.runtime.ts",
|
535
|
-
"line":
|
536
|
-
"character":
|
513
|
+
"line": 97,
|
514
|
+
"character": 14
|
515
|
+
},
|
516
|
+
"name": "aspectIds",
|
517
|
+
"type": {
|
518
|
+
"__schema": "TypeArraySchema",
|
519
|
+
"location": {
|
520
|
+
"filePath": "graphql.main.runtime.ts",
|
521
|
+
"line": 97,
|
522
|
+
"character": 25
|
523
|
+
},
|
524
|
+
"type": {
|
525
|
+
"__schema": "KeywordTypeSchema",
|
526
|
+
"location": {
|
527
|
+
"filePath": "graphql.main.runtime.ts",
|
528
|
+
"line": 97,
|
529
|
+
"character": 25
|
530
|
+
},
|
531
|
+
"name": "string"
|
532
|
+
}
|
537
533
|
},
|
538
|
-
"
|
539
|
-
"
|
534
|
+
"isOptional": false,
|
535
|
+
"isSpread": false
|
536
|
+
}
|
537
|
+
],
|
538
|
+
"returnType": {
|
539
|
+
"__schema": "InferenceTypeSchema",
|
540
|
+
"location": {
|
541
|
+
"filePath": "graphql.main.runtime.ts",
|
542
|
+
"line": 97,
|
543
|
+
"character": 3
|
540
544
|
},
|
541
|
-
"
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
"__schema": "
|
545
|
+
"type": "Schema[]"
|
546
|
+
},
|
547
|
+
"modifiers": []
|
548
|
+
},
|
549
|
+
{
|
550
|
+
"__schema": "FunctionLikeSchema",
|
547
551
|
"location": {
|
548
552
|
"filePath": "graphql.main.runtime.ts",
|
549
553
|
"line": 108,
|
550
554
|
"character": 3
|
551
555
|
},
|
552
|
-
"
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
556
|
+
"signature": "(method) GraphqlMain.createServer(options: GraphQLServerOptions): Promise<Server<typeof IncomingMessage, typeof ServerResponse>>",
|
557
|
+
"name": "createServer",
|
558
|
+
"params": [
|
559
|
+
{
|
560
|
+
"__schema": "ParameterSchema",
|
561
|
+
"location": {
|
562
|
+
"filePath": "graphql.main.runtime.ts",
|
563
|
+
"line": 108,
|
564
|
+
"character": 22
|
565
|
+
},
|
566
|
+
"name": "options",
|
567
|
+
"type": {
|
568
|
+
"__schema": "TypeRefSchema",
|
569
|
+
"location": {
|
570
|
+
"filePath": "graphql.main.runtime.ts",
|
571
|
+
"line": 108,
|
572
|
+
"character": 31
|
573
|
+
},
|
574
|
+
"name": "GraphQLServerOptions",
|
575
|
+
"internalFilePath": "graphql.main.runtime.ts"
|
576
|
+
},
|
577
|
+
"isOptional": false,
|
578
|
+
"isSpread": false
|
579
|
+
}
|
580
|
+
],
|
581
|
+
"returnType": {
|
582
|
+
"__schema": "InferenceTypeSchema",
|
583
|
+
"location": {
|
584
|
+
"filePath": "graphql.main.runtime.ts",
|
585
|
+
"line": 108,
|
586
|
+
"character": 3
|
587
|
+
},
|
588
|
+
"type": "Promise<Server<typeof IncomingMessage, typeof ServerResponse>>"
|
589
|
+
},
|
590
|
+
"modifiers": [
|
591
|
+
"async"
|
592
|
+
]
|
564
593
|
},
|
565
|
-
|
566
|
-
"__schema": "
|
594
|
+
{
|
595
|
+
"__schema": "FunctionLikeSchema",
|
567
596
|
"location": {
|
568
597
|
"filePath": "graphql.main.runtime.ts",
|
569
|
-
"line":
|
598
|
+
"line": 164,
|
570
599
|
"character": 3
|
571
600
|
},
|
572
|
-
"
|
573
|
-
|
574
|
-
},
|
575
|
-
"signature": "(method) GraphqlMain.registerServer(server: GraphQLServer): this",
|
576
|
-
"name": "registerServer",
|
577
|
-
"params": [
|
578
|
-
{
|
579
|
-
"__schema": "ParameterSchema",
|
601
|
+
"doc": {
|
602
|
+
"__schema": "DocSchema",
|
580
603
|
"location": {
|
581
604
|
"filePath": "graphql.main.runtime.ts",
|
582
|
-
"line":
|
583
|
-
"character":
|
605
|
+
"line": 161,
|
606
|
+
"character": 3
|
584
607
|
},
|
585
|
-
"
|
586
|
-
"
|
587
|
-
|
608
|
+
"raw": "/**\n * register a new graphql server.\n */",
|
609
|
+
"comment": "register a new graphql server."
|
610
|
+
},
|
611
|
+
"signature": "(method) GraphqlMain.registerServer(server: GraphQLServer): this",
|
612
|
+
"name": "registerServer",
|
613
|
+
"params": [
|
614
|
+
{
|
615
|
+
"__schema": "ParameterSchema",
|
588
616
|
"location": {
|
589
617
|
"filePath": "graphql.main.runtime.ts",
|
590
618
|
"line": 164,
|
591
|
-
"character":
|
619
|
+
"character": 18
|
620
|
+
},
|
621
|
+
"name": "server",
|
622
|
+
"type": {
|
623
|
+
"__schema": "TypeRefSchema",
|
624
|
+
"location": {
|
625
|
+
"filePath": "graphql.main.runtime.ts",
|
626
|
+
"line": 164,
|
627
|
+
"character": 26
|
628
|
+
},
|
629
|
+
"name": "GraphQLServer"
|
592
630
|
},
|
593
|
-
"
|
631
|
+
"isOptional": false,
|
632
|
+
"isSpread": false
|
633
|
+
}
|
634
|
+
],
|
635
|
+
"returnType": {
|
636
|
+
"__schema": "TypeRefSchema",
|
637
|
+
"location": {
|
638
|
+
"filePath": "graphql.main.runtime.ts",
|
639
|
+
"line": 164,
|
640
|
+
"character": 3
|
594
641
|
},
|
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
|
642
|
+
"name": "GraphqlMain"
|
605
643
|
},
|
606
|
-
"
|
607
|
-
},
|
608
|
-
"modifiers": []
|
609
|
-
},
|
610
|
-
{
|
611
|
-
"__schema": "FunctionLikeSchema",
|
612
|
-
"location": {
|
613
|
-
"filePath": "graphql.main.runtime.ts",
|
614
|
-
"line": 172,
|
615
|
-
"character": 3
|
644
|
+
"modifiers": []
|
616
645
|
},
|
617
|
-
|
618
|
-
"__schema": "
|
646
|
+
{
|
647
|
+
"__schema": "FunctionLikeSchema",
|
619
648
|
"location": {
|
620
649
|
"filePath": "graphql.main.runtime.ts",
|
621
|
-
"line":
|
650
|
+
"line": 172,
|
622
651
|
"character": 3
|
623
652
|
},
|
624
|
-
"
|
625
|
-
|
626
|
-
},
|
627
|
-
"signature": "(method) GraphqlMain.registerPubSub(pubsub: PubSubEngine): this",
|
628
|
-
"name": "registerPubSub",
|
629
|
-
"params": [
|
630
|
-
{
|
631
|
-
"__schema": "ParameterSchema",
|
653
|
+
"doc": {
|
654
|
+
"__schema": "DocSchema",
|
632
655
|
"location": {
|
633
656
|
"filePath": "graphql.main.runtime.ts",
|
634
|
-
"line":
|
635
|
-
"character":
|
657
|
+
"line": 169,
|
658
|
+
"character": 3
|
636
659
|
},
|
637
|
-
"
|
638
|
-
"
|
639
|
-
|
660
|
+
"raw": "/**\n * register a pubsub client\n */",
|
661
|
+
"comment": "register a pubsub client"
|
662
|
+
},
|
663
|
+
"signature": "(method) GraphqlMain.registerPubSub(pubsub: PubSubEngine): this",
|
664
|
+
"name": "registerPubSub",
|
665
|
+
"params": [
|
666
|
+
{
|
667
|
+
"__schema": "ParameterSchema",
|
640
668
|
"location": {
|
641
669
|
"filePath": "graphql.main.runtime.ts",
|
642
670
|
"line": 172,
|
643
|
-
"character":
|
671
|
+
"character": 18
|
672
|
+
},
|
673
|
+
"name": "pubsub",
|
674
|
+
"type": {
|
675
|
+
"__schema": "TypeRefSchema",
|
676
|
+
"location": {
|
677
|
+
"filePath": "graphql.main.runtime.ts",
|
678
|
+
"line": 172,
|
679
|
+
"character": 26
|
680
|
+
},
|
681
|
+
"name": "PubSubEngine",
|
682
|
+
"packageName": "graphql-subscriptions"
|
644
683
|
},
|
645
|
-
"
|
646
|
-
"
|
684
|
+
"isOptional": false,
|
685
|
+
"isSpread": false
|
686
|
+
}
|
687
|
+
],
|
688
|
+
"returnType": {
|
689
|
+
"__schema": "TypeRefSchema",
|
690
|
+
"location": {
|
691
|
+
"filePath": "graphql.main.runtime.ts",
|
692
|
+
"line": 172,
|
693
|
+
"character": 3
|
647
694
|
},
|
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
|
695
|
+
"name": "GraphqlMain"
|
658
696
|
},
|
659
|
-
"
|
660
|
-
},
|
661
|
-
"modifiers": []
|
662
|
-
},
|
663
|
-
{
|
664
|
-
"__schema": "FunctionLikeSchema",
|
665
|
-
"location": {
|
666
|
-
"filePath": "graphql.main.runtime.ts",
|
667
|
-
"line": 182,
|
668
|
-
"character": 3
|
697
|
+
"modifiers": []
|
669
698
|
},
|
670
|
-
|
671
|
-
"__schema": "
|
699
|
+
{
|
700
|
+
"__schema": "FunctionLikeSchema",
|
672
701
|
"location": {
|
673
702
|
"filePath": "graphql.main.runtime.ts",
|
674
|
-
"line":
|
703
|
+
"line": 182,
|
675
704
|
"character": 3
|
676
705
|
},
|
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",
|
706
|
+
"doc": {
|
707
|
+
"__schema": "DocSchema",
|
685
708
|
"location": {
|
686
709
|
"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"
|
710
|
+
"line": 179,
|
711
|
+
"character": 3
|
699
712
|
},
|
700
|
-
"
|
701
|
-
"
|
713
|
+
"raw": "/**\n * start a graphql server.\n */",
|
714
|
+
"comment": "start a graphql server."
|
702
715
|
},
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
"
|
708
|
-
"character": 31
|
709
|
-
},
|
710
|
-
"name": "server",
|
711
|
-
"type": {
|
712
|
-
"__schema": "TypeRefSchema",
|
716
|
+
"signature": "(method) GraphqlMain.listen(port?: number, server?: Server, app?: Express): Promise<void>",
|
717
|
+
"name": "listen",
|
718
|
+
"params": [
|
719
|
+
{
|
720
|
+
"__schema": "ParameterSchema",
|
713
721
|
"location": {
|
714
722
|
"filePath": "graphql.main.runtime.ts",
|
715
723
|
"line": 182,
|
716
|
-
"character":
|
724
|
+
"character": 16
|
717
725
|
},
|
718
|
-
"name": "
|
719
|
-
"
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
"
|
729
|
-
"
|
726
|
+
"name": "port",
|
727
|
+
"type": {
|
728
|
+
"__schema": "KeywordTypeSchema",
|
729
|
+
"location": {
|
730
|
+
"filePath": "graphql.main.runtime.ts",
|
731
|
+
"line": 182,
|
732
|
+
"character": 23
|
733
|
+
},
|
734
|
+
"name": "number"
|
735
|
+
},
|
736
|
+
"isOptional": true,
|
737
|
+
"isSpread": false
|
730
738
|
},
|
731
|
-
|
732
|
-
|
733
|
-
"__schema": "TypeRefSchema",
|
739
|
+
{
|
740
|
+
"__schema": "ParameterSchema",
|
734
741
|
"location": {
|
735
742
|
"filePath": "graphql.main.runtime.ts",
|
736
743
|
"line": 182,
|
737
|
-
"character":
|
744
|
+
"character": 31
|
738
745
|
},
|
739
|
-
"name": "
|
740
|
-
"
|
746
|
+
"name": "server",
|
747
|
+
"type": {
|
748
|
+
"__schema": "TypeRefSchema",
|
749
|
+
"location": {
|
750
|
+
"filePath": "graphql.main.runtime.ts",
|
751
|
+
"line": 182,
|
752
|
+
"character": 40
|
753
|
+
},
|
754
|
+
"name": "Server",
|
755
|
+
"packageName": "http"
|
756
|
+
},
|
757
|
+
"isOptional": true,
|
758
|
+
"isSpread": false
|
741
759
|
},
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
760
|
+
{
|
761
|
+
"__schema": "ParameterSchema",
|
762
|
+
"location": {
|
763
|
+
"filePath": "graphql.main.runtime.ts",
|
764
|
+
"line": 182,
|
765
|
+
"character": 48
|
766
|
+
},
|
767
|
+
"name": "app",
|
768
|
+
"type": {
|
769
|
+
"__schema": "TypeRefSchema",
|
770
|
+
"location": {
|
771
|
+
"filePath": "graphql.main.runtime.ts",
|
772
|
+
"line": 182,
|
773
|
+
"character": 54
|
774
|
+
},
|
775
|
+
"name": "Express",
|
776
|
+
"packageName": "express"
|
777
|
+
},
|
778
|
+
"isOptional": true,
|
779
|
+
"isSpread": false
|
780
|
+
}
|
781
|
+
],
|
782
|
+
"returnType": {
|
783
|
+
"__schema": "InferenceTypeSchema",
|
784
|
+
"location": {
|
785
|
+
"filePath": "graphql.main.runtime.ts",
|
786
|
+
"line": 182,
|
787
|
+
"character": 3
|
788
|
+
},
|
789
|
+
"type": "Promise<void>"
|
752
790
|
},
|
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
|
791
|
+
"modifiers": [
|
792
|
+
"async"
|
793
|
+
]
|
765
794
|
},
|
766
|
-
|
767
|
-
"__schema": "
|
795
|
+
{
|
796
|
+
"__schema": "FunctionLikeSchema",
|
768
797
|
"location": {
|
769
798
|
"filePath": "graphql.main.runtime.ts",
|
770
|
-
"line":
|
799
|
+
"line": 197,
|
771
800
|
"character": 3
|
772
801
|
},
|
773
|
-
"
|
774
|
-
|
775
|
-
},
|
776
|
-
"signature": "(method) GraphqlMain.register(schema: Schema): this",
|
777
|
-
"name": "register",
|
778
|
-
"params": [
|
779
|
-
{
|
780
|
-
"__schema": "ParameterSchema",
|
802
|
+
"doc": {
|
803
|
+
"__schema": "DocSchema",
|
781
804
|
"location": {
|
782
805
|
"filePath": "graphql.main.runtime.ts",
|
783
|
-
"line":
|
784
|
-
"character":
|
806
|
+
"line": 194,
|
807
|
+
"character": 3
|
785
808
|
},
|
786
|
-
"
|
787
|
-
"
|
788
|
-
|
809
|
+
"raw": "/**\n * register a new graphql module.\n */",
|
810
|
+
"comment": "register a new graphql module."
|
811
|
+
},
|
812
|
+
"signature": "(method) GraphqlMain.register(schema: Schema): this",
|
813
|
+
"name": "register",
|
814
|
+
"params": [
|
815
|
+
{
|
816
|
+
"__schema": "ParameterSchema",
|
789
817
|
"location": {
|
790
818
|
"filePath": "graphql.main.runtime.ts",
|
791
819
|
"line": 197,
|
792
|
-
"character":
|
820
|
+
"character": 12
|
821
|
+
},
|
822
|
+
"name": "schema",
|
823
|
+
"type": {
|
824
|
+
"__schema": "TypeRefSchema",
|
825
|
+
"location": {
|
826
|
+
"filePath": "graphql.main.runtime.ts",
|
827
|
+
"line": 197,
|
828
|
+
"character": 20
|
829
|
+
},
|
830
|
+
"name": "Schema"
|
793
831
|
},
|
794
|
-
"
|
832
|
+
"isOptional": false,
|
833
|
+
"isSpread": false
|
834
|
+
}
|
835
|
+
],
|
836
|
+
"returnType": {
|
837
|
+
"__schema": "TypeRefSchema",
|
838
|
+
"location": {
|
839
|
+
"filePath": "graphql.main.runtime.ts",
|
840
|
+
"line": 197,
|
841
|
+
"character": 3
|
795
842
|
},
|
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
|
843
|
+
"name": "GraphqlMain"
|
806
844
|
},
|
807
|
-
"
|
808
|
-
},
|
809
|
-
"modifiers": []
|
810
|
-
},
|
811
|
-
{
|
812
|
-
"__schema": "VariableLikeSchema",
|
813
|
-
"location": {
|
814
|
-
"filePath": "graphql.main.runtime.ts",
|
815
|
-
"line": 304,
|
816
|
-
"character": 3
|
845
|
+
"modifiers": []
|
817
846
|
},
|
818
|
-
|
819
|
-
|
820
|
-
"type": {
|
821
|
-
"__schema": "InferenceTypeSchema",
|
847
|
+
{
|
848
|
+
"__schema": "VariableLikeSchema",
|
822
849
|
"location": {
|
823
850
|
"filePath": "graphql.main.runtime.ts",
|
824
851
|
"line": 304,
|
825
852
|
"character": 3
|
826
853
|
},
|
827
|
-
"
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
|
837
|
-
|
854
|
+
"signature": "(property) GraphqlMain.slots: (((registerFn: () => string) => SlotRegistry<Schema>) | ((registerFn: () => string) => SlotRegistry<GraphQLServer>) | ((registerFn: () => string) => SlotRegistry<...>))[]",
|
855
|
+
"name": "slots",
|
856
|
+
"type": {
|
857
|
+
"__schema": "InferenceTypeSchema",
|
858
|
+
"location": {
|
859
|
+
"filePath": "graphql.main.runtime.ts",
|
860
|
+
"line": 304,
|
861
|
+
"character": 3
|
862
|
+
},
|
863
|
+
"type": "(((registerFn: () => string) => SlotRegistry<Schema>) | ((registerFn: () => string) => SlotRegistry<GraphQLServer>) | ((registerFn: () => string) => SlotRegistry<...>))[]"
|
864
|
+
},
|
865
|
+
"isOptional": true,
|
866
|
+
"defaultValue": "[Slot.withType<Schema>(), Slot.withType<GraphQLServer>(), Slot.withType<PubSubSlot>()]"
|
838
867
|
},
|
839
|
-
|
840
|
-
|
841
|
-
"type": {
|
842
|
-
"__schema": "InferenceTypeSchema",
|
868
|
+
{
|
869
|
+
"__schema": "VariableLikeSchema",
|
843
870
|
"location": {
|
844
871
|
"filePath": "graphql.main.runtime.ts",
|
845
872
|
"line": 306,
|
846
873
|
"character": 3
|
847
874
|
},
|
848
|
-
"
|
849
|
-
|
850
|
-
|
851
|
-
|
852
|
-
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
|
858
|
-
|
875
|
+
"signature": "(property) GraphqlMain.defaultConfig: {\n port: number;\n subscriptionsPortRange: number[];\n disableCors: boolean;\n subscriptionsPath: string;\n}",
|
876
|
+
"name": "defaultConfig",
|
877
|
+
"type": {
|
878
|
+
"__schema": "InferenceTypeSchema",
|
879
|
+
"location": {
|
880
|
+
"filePath": "graphql.main.runtime.ts",
|
881
|
+
"line": 306,
|
882
|
+
"character": 3
|
883
|
+
},
|
884
|
+
"type": "{\n port: number;\n subscriptionsPortRange: number[];\n disableCors: boolean;\n subscriptionsPath: string;\n}"
|
885
|
+
},
|
886
|
+
"isOptional": true,
|
887
|
+
"defaultValue": "{\n port: 4000,\n subscriptionsPortRange: [2000, 2100],\n disableCors: false,\n subscriptionsPath: '/subscriptions',\n }"
|
859
888
|
},
|
860
|
-
|
861
|
-
|
862
|
-
"type": {
|
863
|
-
"__schema": "InferenceTypeSchema",
|
889
|
+
{
|
890
|
+
"__schema": "VariableLikeSchema",
|
864
891
|
"location": {
|
865
892
|
"filePath": "graphql.main.runtime.ts",
|
866
893
|
"line": 313,
|
867
894
|
"character": 3
|
868
895
|
},
|
869
|
-
"
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
|
896
|
+
"signature": "(property) GraphqlMain.runtime: RuntimeDefinition",
|
897
|
+
"name": "runtime",
|
898
|
+
"type": {
|
899
|
+
"__schema": "InferenceTypeSchema",
|
900
|
+
"location": {
|
901
|
+
"filePath": "graphql.main.runtime.ts",
|
902
|
+
"line": 313,
|
903
|
+
"character": 3
|
904
|
+
},
|
905
|
+
"type": "RuntimeDefinition"
|
906
|
+
},
|
907
|
+
"isOptional": true,
|
908
|
+
"defaultValue": "MainRuntime"
|
880
909
|
},
|
881
|
-
|
882
|
-
|
883
|
-
"type": {
|
884
|
-
"__schema": "InferenceTypeSchema",
|
910
|
+
{
|
911
|
+
"__schema": "VariableLikeSchema",
|
885
912
|
"location": {
|
886
913
|
"filePath": "graphql.main.runtime.ts",
|
887
914
|
"line": 314,
|
888
915
|
"character": 3
|
889
916
|
},
|
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",
|
917
|
+
"signature": "(property) GraphqlMain.dependencies: Aspect[]",
|
918
|
+
"name": "dependencies",
|
919
|
+
"type": {
|
920
|
+
"__schema": "InferenceTypeSchema",
|
907
921
|
"location": {
|
908
922
|
"filePath": "graphql.main.runtime.ts",
|
909
|
-
"line":
|
910
|
-
"character":
|
911
|
-
},
|
912
|
-
"name": "[ loggerFactory ]",
|
913
|
-
"type": {
|
914
|
-
"__schema": "TupleTypeSchema",
|
915
|
-
"location": {
|
916
|
-
"filePath": "graphql.main.runtime.ts",
|
917
|
-
"line": 317,
|
918
|
-
"character": 22
|
919
|
-
},
|
920
|
-
"elements": [
|
921
|
-
{
|
922
|
-
"__schema": "TypeRefSchema",
|
923
|
-
"location": {
|
924
|
-
"filePath": "graphql.main.runtime.ts",
|
925
|
-
"line": 317,
|
926
|
-
"character": 23
|
927
|
-
},
|
928
|
-
"name": "LoggerMain",
|
929
|
-
"componentId": {
|
930
|
-
"scope": "teambit.harmony",
|
931
|
-
"name": "logger"
|
932
|
-
}
|
933
|
-
}
|
934
|
-
]
|
923
|
+
"line": 314,
|
924
|
+
"character": 3
|
935
925
|
},
|
936
|
-
"
|
937
|
-
"isSpread": false
|
926
|
+
"type": "Aspect[]"
|
938
927
|
},
|
939
|
-
|
940
|
-
|
941
|
-
|
942
|
-
|
943
|
-
|
944
|
-
|
945
|
-
|
946
|
-
"
|
947
|
-
"
|
948
|
-
|
928
|
+
"isOptional": true,
|
929
|
+
"defaultValue": "[LoggerAspect]"
|
930
|
+
},
|
931
|
+
{
|
932
|
+
"__schema": "FunctionLikeSchema",
|
933
|
+
"location": {
|
934
|
+
"filePath": "graphql.main.runtime.ts",
|
935
|
+
"line": 316,
|
936
|
+
"character": 3
|
937
|
+
},
|
938
|
+
"signature": "(method) GraphqlMain.provider([loggerFactory]: [LoggerMain], config: GraphQLConfig, [moduleSlot, graphQLServerSlot, pubSubSlot]: [SchemaSlot, GraphQLServerSlot, PubSubSlot], context: Harmony): Promise<GraphqlMain>",
|
939
|
+
"name": "provider",
|
940
|
+
"params": [
|
941
|
+
{
|
942
|
+
"__schema": "ParameterSchema",
|
949
943
|
"location": {
|
950
944
|
"filePath": "graphql.main.runtime.ts",
|
951
|
-
"line":
|
952
|
-
"character":
|
945
|
+
"line": 317,
|
946
|
+
"character": 5
|
953
947
|
},
|
954
|
-
"name": "
|
955
|
-
"
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
|
961
|
-
|
962
|
-
|
963
|
-
|
964
|
-
|
965
|
-
|
948
|
+
"name": "[ loggerFactory ]",
|
949
|
+
"type": {
|
950
|
+
"__schema": "TupleTypeSchema",
|
951
|
+
"location": {
|
952
|
+
"filePath": "graphql.main.runtime.ts",
|
953
|
+
"line": 317,
|
954
|
+
"character": 22
|
955
|
+
},
|
956
|
+
"elements": [
|
957
|
+
{
|
958
|
+
"__schema": "TypeRefSchema",
|
959
|
+
"location": {
|
960
|
+
"filePath": "graphql.main.runtime.ts",
|
961
|
+
"line": 317,
|
962
|
+
"character": 23
|
963
|
+
},
|
964
|
+
"name": "LoggerMain",
|
965
|
+
"componentId": {
|
966
|
+
"scope": "teambit.harmony",
|
967
|
+
"name": "logger"
|
968
|
+
}
|
969
|
+
}
|
970
|
+
]
|
971
|
+
},
|
972
|
+
"isOptional": false,
|
973
|
+
"isSpread": false
|
966
974
|
},
|
967
|
-
|
968
|
-
|
969
|
-
"
|
975
|
+
{
|
976
|
+
"__schema": "ParameterSchema",
|
977
|
+
"location": {
|
978
|
+
"filePath": "graphql.main.runtime.ts",
|
979
|
+
"line": 318,
|
980
|
+
"character": 5
|
981
|
+
},
|
982
|
+
"name": "config",
|
983
|
+
"type": {
|
984
|
+
"__schema": "TypeRefSchema",
|
985
|
+
"location": {
|
986
|
+
"filePath": "graphql.main.runtime.ts",
|
987
|
+
"line": 318,
|
988
|
+
"character": 13
|
989
|
+
},
|
990
|
+
"name": "GraphQLConfig",
|
991
|
+
"internalFilePath": "graphql.main.runtime.ts"
|
992
|
+
},
|
993
|
+
"isOptional": false,
|
994
|
+
"isSpread": false
|
995
|
+
},
|
996
|
+
{
|
997
|
+
"__schema": "ParameterSchema",
|
970
998
|
"location": {
|
971
999
|
"filePath": "graphql.main.runtime.ts",
|
972
1000
|
"line": 319,
|
973
|
-
"character":
|
1001
|
+
"character": 5
|
974
1002
|
},
|
975
|
-
"
|
976
|
-
|
977
|
-
|
978
|
-
|
979
|
-
|
980
|
-
|
981
|
-
|
982
|
-
},
|
983
|
-
"name": "SchemaSlot"
|
1003
|
+
"name": "[ moduleSlot, graphQLServerSlot, pubSubSlot ]",
|
1004
|
+
"type": {
|
1005
|
+
"__schema": "TupleTypeSchema",
|
1006
|
+
"location": {
|
1007
|
+
"filePath": "graphql.main.runtime.ts",
|
1008
|
+
"line": 319,
|
1009
|
+
"character": 50
|
984
1010
|
},
|
985
|
-
|
986
|
-
|
987
|
-
|
988
|
-
"
|
989
|
-
|
990
|
-
|
1011
|
+
"elements": [
|
1012
|
+
{
|
1013
|
+
"__schema": "TypeRefSchema",
|
1014
|
+
"location": {
|
1015
|
+
"filePath": "graphql.main.runtime.ts",
|
1016
|
+
"line": 319,
|
1017
|
+
"character": 51
|
1018
|
+
},
|
1019
|
+
"name": "SchemaSlot"
|
991
1020
|
},
|
992
|
-
|
993
|
-
|
994
|
-
|
995
|
-
|
996
|
-
|
997
|
-
|
998
|
-
|
999
|
-
"
|
1000
|
-
"
|
1021
|
+
{
|
1022
|
+
"__schema": "TypeRefSchema",
|
1023
|
+
"location": {
|
1024
|
+
"filePath": "graphql.main.runtime.ts",
|
1025
|
+
"line": 319,
|
1026
|
+
"character": 63
|
1027
|
+
},
|
1028
|
+
"name": "GraphQLServerSlot",
|
1029
|
+
"internalFilePath": "graphql.main.runtime.ts"
|
1001
1030
|
},
|
1002
|
-
|
1003
|
-
|
1004
|
-
|
1005
|
-
|
1006
|
-
|
1007
|
-
|
1008
|
-
|
1009
|
-
|
1010
|
-
|
1011
|
-
|
1012
|
-
|
1013
|
-
|
1014
|
-
"
|
1015
|
-
"
|
1031
|
+
{
|
1032
|
+
"__schema": "TypeRefSchema",
|
1033
|
+
"location": {
|
1034
|
+
"filePath": "graphql.main.runtime.ts",
|
1035
|
+
"line": 319,
|
1036
|
+
"character": 82
|
1037
|
+
},
|
1038
|
+
"name": "PubSubSlot",
|
1039
|
+
"internalFilePath": "graphql.main.runtime.ts"
|
1040
|
+
}
|
1041
|
+
]
|
1042
|
+
},
|
1043
|
+
"isOptional": false,
|
1044
|
+
"isSpread": false
|
1016
1045
|
},
|
1017
|
-
|
1018
|
-
|
1019
|
-
"__schema": "TypeRefSchema",
|
1046
|
+
{
|
1047
|
+
"__schema": "ParameterSchema",
|
1020
1048
|
"location": {
|
1021
1049
|
"filePath": "graphql.main.runtime.ts",
|
1022
1050
|
"line": 320,
|
1023
|
-
"character":
|
1051
|
+
"character": 5
|
1024
1052
|
},
|
1025
|
-
"name": "
|
1026
|
-
"
|
1027
|
-
"
|
1028
|
-
"
|
1029
|
-
|
1030
|
-
|
1053
|
+
"name": "context",
|
1054
|
+
"type": {
|
1055
|
+
"__schema": "TypeRefSchema",
|
1056
|
+
"location": {
|
1057
|
+
"filePath": "graphql.main.runtime.ts",
|
1058
|
+
"line": 320,
|
1059
|
+
"character": 14
|
1060
|
+
},
|
1061
|
+
"name": "Harmony",
|
1062
|
+
"componentId": {
|
1063
|
+
"scope": "teambit.harmony",
|
1064
|
+
"name": "harmony",
|
1065
|
+
"version": "0.4.6"
|
1066
|
+
}
|
1067
|
+
},
|
1068
|
+
"isOptional": false,
|
1069
|
+
"isSpread": false
|
1070
|
+
}
|
1071
|
+
],
|
1072
|
+
"returnType": {
|
1073
|
+
"__schema": "InferenceTypeSchema",
|
1074
|
+
"location": {
|
1075
|
+
"filePath": "graphql.main.runtime.ts",
|
1076
|
+
"line": 316,
|
1077
|
+
"character": 3
|
1031
1078
|
},
|
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
|
1079
|
+
"type": "Promise<GraphqlMain>"
|
1042
1080
|
},
|
1043
|
-
"
|
1044
|
-
|
1045
|
-
|
1046
|
-
|
1047
|
-
|
1048
|
-
|
1049
|
-
|
1050
|
-
|
1051
|
-
|
1052
|
-
"implementNodes": []
|
1081
|
+
"modifiers": [
|
1082
|
+
"static",
|
1083
|
+
"async"
|
1084
|
+
]
|
1085
|
+
}
|
1086
|
+
],
|
1087
|
+
"extendsNodes": [],
|
1088
|
+
"implementNodes": []
|
1089
|
+
}
|
1053
1090
|
},
|
1054
1091
|
{
|
1055
|
-
"__schema": "
|
1092
|
+
"__schema": "ExportSchema",
|
1056
1093
|
"location": {
|
1057
|
-
"filePath": "
|
1058
|
-
"line":
|
1059
|
-
"character":
|
1094
|
+
"filePath": "index.ts",
|
1095
|
+
"line": 4,
|
1096
|
+
"character": 28
|
1060
1097
|
},
|
1061
|
-
"signature": "type SchemaSlot = SlotRegistry<Schema>",
|
1062
1098
|
"name": "SchemaSlot",
|
1063
|
-
"
|
1064
|
-
"__schema": "
|
1099
|
+
"exportNode": {
|
1100
|
+
"__schema": "TypeSchema",
|
1065
1101
|
"location": {
|
1066
1102
|
"filePath": "graphql.main.runtime.ts",
|
1067
1103
|
"line": 35,
|
1068
|
-
"character":
|
1069
|
-
},
|
1070
|
-
"name": "SlotRegistry",
|
1071
|
-
"componentId": {
|
1072
|
-
"scope": "teambit.harmony",
|
1073
|
-
"name": "harmony",
|
1074
|
-
"version": "0.4.6"
|
1104
|
+
"character": 1
|
1075
1105
|
},
|
1076
|
-
"
|
1077
|
-
|
1078
|
-
|
1079
|
-
|
1080
|
-
|
1081
|
-
|
1082
|
-
|
1083
|
-
|
1084
|
-
|
1085
|
-
|
1086
|
-
|
1106
|
+
"signature": "type SchemaSlot = SlotRegistry<Schema>",
|
1107
|
+
"name": "SchemaSlot",
|
1108
|
+
"type": {
|
1109
|
+
"__schema": "TypeRefSchema",
|
1110
|
+
"location": {
|
1111
|
+
"filePath": "graphql.main.runtime.ts",
|
1112
|
+
"line": 35,
|
1113
|
+
"character": 26
|
1114
|
+
},
|
1115
|
+
"name": "SlotRegistry",
|
1116
|
+
"componentId": {
|
1117
|
+
"scope": "teambit.harmony",
|
1118
|
+
"name": "harmony",
|
1119
|
+
"version": "0.4.6"
|
1120
|
+
},
|
1121
|
+
"typeArgs": [
|
1122
|
+
{
|
1123
|
+
"__schema": "TypeRefSchema",
|
1124
|
+
"location": {
|
1125
|
+
"filePath": "graphql.main.runtime.ts",
|
1126
|
+
"line": 35,
|
1127
|
+
"character": 39
|
1128
|
+
},
|
1129
|
+
"name": "Schema"
|
1130
|
+
}
|
1131
|
+
]
|
1132
|
+
}
|
1087
1133
|
}
|
1088
1134
|
},
|
1089
1135
|
{
|
1090
|
-
"__schema": "
|
1136
|
+
"__schema": "ExportSchema",
|
1091
1137
|
"location": {
|
1092
|
-
"filePath": "
|
1093
|
-
"line":
|
1094
|
-
"character":
|
1138
|
+
"filePath": "index.ts",
|
1139
|
+
"line": 5,
|
1140
|
+
"character": 15
|
1095
1141
|
},
|
1096
|
-
"signature": "class GraphqlUI",
|
1097
1142
|
"name": "GraphqlUI",
|
1098
|
-
"
|
1099
|
-
|
1100
|
-
|
1101
|
-
"
|
1102
|
-
|
1103
|
-
|
1104
|
-
|
1105
|
-
|
1106
|
-
|
1107
|
-
|
1108
|
-
|
1109
|
-
|
1110
|
-
|
1111
|
-
"
|
1112
|
-
|
1113
|
-
|
1114
|
-
|
1115
|
-
|
1116
|
-
|
1117
|
-
|
1118
|
-
|
1143
|
+
"exportNode": {
|
1144
|
+
"__schema": "ClassSchema",
|
1145
|
+
"location": {
|
1146
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1147
|
+
"line": 30,
|
1148
|
+
"character": 1
|
1149
|
+
},
|
1150
|
+
"signature": "class GraphqlUI",
|
1151
|
+
"name": "GraphqlUI",
|
1152
|
+
"members": [
|
1153
|
+
{
|
1154
|
+
"__schema": "FunctionLikeSchema",
|
1155
|
+
"location": {
|
1156
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1157
|
+
"line": 31,
|
1158
|
+
"character": 3
|
1159
|
+
},
|
1160
|
+
"signature": "(method) GraphqlUI.createClient(uri: string, { state, subscriptionUri }?: ClientOptions): ApolloClient<NormalizedCacheObject>",
|
1161
|
+
"name": "createClient",
|
1162
|
+
"params": [
|
1163
|
+
{
|
1164
|
+
"__schema": "ParameterSchema",
|
1119
1165
|
"location": {
|
1120
1166
|
"filePath": "graphql.ui.runtime.tsx",
|
1121
1167
|
"line": 31,
|
1122
|
-
"character":
|
1168
|
+
"character": 16
|
1123
1169
|
},
|
1124
|
-
"name": "
|
1125
|
-
|
1126
|
-
|
1127
|
-
|
1128
|
-
|
1129
|
-
|
1130
|
-
|
1131
|
-
|
1132
|
-
|
1133
|
-
|
1134
|
-
"
|
1170
|
+
"name": "uri",
|
1171
|
+
"type": {
|
1172
|
+
"__schema": "KeywordTypeSchema",
|
1173
|
+
"location": {
|
1174
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1175
|
+
"line": 31,
|
1176
|
+
"character": 21
|
1177
|
+
},
|
1178
|
+
"name": "string"
|
1179
|
+
},
|
1180
|
+
"isOptional": false,
|
1181
|
+
"isSpread": false
|
1135
1182
|
},
|
1136
|
-
|
1137
|
-
|
1138
|
-
"__schema": "TypeRefSchema",
|
1183
|
+
{
|
1184
|
+
"__schema": "ParameterSchema",
|
1139
1185
|
"location": {
|
1140
1186
|
"filePath": "graphql.ui.runtime.tsx",
|
1141
1187
|
"line": 31,
|
1142
|
-
"character":
|
1188
|
+
"character": 29
|
1143
1189
|
},
|
1144
|
-
"name": "
|
1145
|
-
"
|
1146
|
-
|
1147
|
-
"isOptional": true,
|
1148
|
-
"defaultValue": "{}",
|
1149
|
-
"objectBindingNodes": [
|
1150
|
-
{
|
1151
|
-
"__schema": "InferenceTypeSchema",
|
1190
|
+
"name": "{ state, subscriptionUri }",
|
1191
|
+
"type": {
|
1192
|
+
"__schema": "TypeRefSchema",
|
1152
1193
|
"location": {
|
1153
1194
|
"filePath": "graphql.ui.runtime.tsx",
|
1154
1195
|
"line": 31,
|
1155
|
-
"character":
|
1196
|
+
"character": 57
|
1156
1197
|
},
|
1157
|
-
"name": "
|
1158
|
-
"
|
1159
|
-
"isSpread": false
|
1198
|
+
"name": "ClientOptions",
|
1199
|
+
"internalFilePath": "graphql.ui.runtime.tsx"
|
1160
1200
|
},
|
1161
|
-
|
1162
|
-
|
1163
|
-
|
1164
|
-
|
1165
|
-
"
|
1166
|
-
"
|
1201
|
+
"isOptional": true,
|
1202
|
+
"defaultValue": "{}",
|
1203
|
+
"objectBindingNodes": [
|
1204
|
+
{
|
1205
|
+
"__schema": "InferenceTypeSchema",
|
1206
|
+
"location": {
|
1207
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1208
|
+
"line": 31,
|
1209
|
+
"character": 31
|
1210
|
+
},
|
1211
|
+
"name": "state",
|
1212
|
+
"type": "NormalizedCacheObject | undefined",
|
1213
|
+
"isSpread": false
|
1167
1214
|
},
|
1168
|
-
|
1169
|
-
|
1170
|
-
|
1171
|
-
|
1172
|
-
|
1173
|
-
|
1174
|
-
|
1175
|
-
|
1176
|
-
|
1177
|
-
|
1178
|
-
|
1179
|
-
|
1180
|
-
|
1181
|
-
|
1182
|
-
|
1183
|
-
"
|
1184
|
-
|
1185
|
-
"modifiers": []
|
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",
|
1215
|
+
{
|
1216
|
+
"__schema": "InferenceTypeSchema",
|
1217
|
+
"location": {
|
1218
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1219
|
+
"line": 31,
|
1220
|
+
"character": 38
|
1221
|
+
},
|
1222
|
+
"name": "subscriptionUri",
|
1223
|
+
"type": "string | undefined",
|
1224
|
+
"isSpread": false
|
1225
|
+
}
|
1226
|
+
],
|
1227
|
+
"isSpread": false
|
1228
|
+
}
|
1229
|
+
],
|
1230
|
+
"returnType": {
|
1231
|
+
"__schema": "InferenceTypeSchema",
|
1199
1232
|
"location": {
|
1200
1233
|
"filePath": "graphql.ui.runtime.tsx",
|
1201
|
-
"line":
|
1202
|
-
"character":
|
1234
|
+
"line": 31,
|
1235
|
+
"character": 3
|
1203
1236
|
},
|
1204
|
-
"
|
1205
|
-
|
1206
|
-
|
1237
|
+
"type": "ApolloClient<NormalizedCacheObject>"
|
1238
|
+
},
|
1239
|
+
"modifiers": []
|
1240
|
+
},
|
1241
|
+
{
|
1242
|
+
"__schema": "FunctionLikeSchema",
|
1243
|
+
"location": {
|
1244
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1245
|
+
"line": 40,
|
1246
|
+
"character": 3
|
1247
|
+
},
|
1248
|
+
"signature": "(method) GraphqlUI.createSsrClient({ serverUrl, headers }: {\n serverUrl: string;\n headers: any;\n}): ApolloClient<NormalizedCacheObject>",
|
1249
|
+
"name": "createSsrClient",
|
1250
|
+
"params": [
|
1251
|
+
{
|
1252
|
+
"__schema": "ParameterSchema",
|
1207
1253
|
"location": {
|
1208
1254
|
"filePath": "graphql.ui.runtime.tsx",
|
1209
1255
|
"line": 40,
|
1210
|
-
"character":
|
1256
|
+
"character": 19
|
1211
1257
|
},
|
1212
|
-
"
|
1258
|
+
"name": "{ serverUrl, headers }",
|
1259
|
+
"type": {
|
1260
|
+
"__schema": "TypeLiteralSchema",
|
1261
|
+
"location": {
|
1262
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1263
|
+
"line": 40,
|
1264
|
+
"character": 43
|
1265
|
+
},
|
1266
|
+
"members": [
|
1267
|
+
{
|
1268
|
+
"__schema": "VariableLikeSchema",
|
1269
|
+
"location": {
|
1270
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1271
|
+
"line": 40,
|
1272
|
+
"character": 45
|
1273
|
+
},
|
1274
|
+
"signature": "(property) serverUrl: string",
|
1275
|
+
"name": "serverUrl",
|
1276
|
+
"type": {
|
1277
|
+
"__schema": "KeywordTypeSchema",
|
1278
|
+
"location": {
|
1279
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1280
|
+
"line": 40,
|
1281
|
+
"character": 56
|
1282
|
+
},
|
1283
|
+
"name": "string"
|
1284
|
+
},
|
1285
|
+
"isOptional": false
|
1286
|
+
},
|
1287
|
+
{
|
1288
|
+
"__schema": "VariableLikeSchema",
|
1289
|
+
"location": {
|
1290
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1291
|
+
"line": 40,
|
1292
|
+
"character": 64
|
1293
|
+
},
|
1294
|
+
"signature": "(property) headers: any",
|
1295
|
+
"name": "headers",
|
1296
|
+
"type": {
|
1297
|
+
"__schema": "KeywordTypeSchema",
|
1298
|
+
"location": {
|
1299
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1300
|
+
"line": 40,
|
1301
|
+
"character": 73
|
1302
|
+
},
|
1303
|
+
"name": "any"
|
1304
|
+
},
|
1305
|
+
"isOptional": false
|
1306
|
+
}
|
1307
|
+
]
|
1308
|
+
},
|
1309
|
+
"isOptional": false,
|
1310
|
+
"objectBindingNodes": [
|
1213
1311
|
{
|
1214
1312
|
"__schema": "VariableLikeSchema",
|
1215
1313
|
"location": {
|
@@ -1250,458 +1348,451 @@
|
|
1250
1348
|
},
|
1251
1349
|
"isOptional": false
|
1252
1350
|
}
|
1253
|
-
]
|
1351
|
+
],
|
1352
|
+
"isSpread": false
|
1353
|
+
}
|
1354
|
+
],
|
1355
|
+
"returnType": {
|
1356
|
+
"__schema": "InferenceTypeSchema",
|
1357
|
+
"location": {
|
1358
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1359
|
+
"line": 40,
|
1360
|
+
"character": 3
|
1254
1361
|
},
|
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",
|
1362
|
+
"type": "ApolloClient<NormalizedCacheObject>"
|
1363
|
+
},
|
1364
|
+
"modifiers": []
|
1365
|
+
},
|
1366
|
+
{
|
1367
|
+
"__schema": "VariableLikeSchema",
|
1303
1368
|
"location": {
|
1304
1369
|
"filePath": "graphql.ui.runtime.tsx",
|
1305
|
-
"line":
|
1370
|
+
"line": 86,
|
1306
1371
|
"character": 3
|
1307
1372
|
},
|
1308
|
-
"
|
1309
|
-
|
1310
|
-
|
1311
|
-
|
1312
|
-
|
1313
|
-
|
1314
|
-
|
1315
|
-
|
1316
|
-
|
1317
|
-
|
1373
|
+
"doc": {
|
1374
|
+
"__schema": "DocSchema",
|
1375
|
+
"location": {
|
1376
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1377
|
+
"line": 83,
|
1378
|
+
"character": 3
|
1379
|
+
},
|
1380
|
+
"raw": "/**\n * get the graphQL provider\n */",
|
1381
|
+
"comment": "get the graphQL provider"
|
1382
|
+
},
|
1383
|
+
"signature": "(property) GraphqlUI.getProvider: ({ client, children }: {\n client: GraphQLClient<any>;\n children: ReactNode;\n}) => React.JSX.Element",
|
1384
|
+
"name": "getProvider",
|
1385
|
+
"type": {
|
1386
|
+
"__schema": "InferenceTypeSchema",
|
1387
|
+
"location": {
|
1388
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1389
|
+
"line": 86,
|
1390
|
+
"character": 3
|
1391
|
+
},
|
1392
|
+
"type": "({ client, children }: {\n client: GraphQLClient<any>;\n children: ReactNode;\n}) => React.JSX.Element"
|
1393
|
+
},
|
1394
|
+
"isOptional": true,
|
1395
|
+
"defaultValue": "({ client, children }: { client: GraphQLClient<any>; children: ReactNode }) => {\n return <GraphQLProvider client={client}>{children}</GraphQLProvider>;\n }"
|
1318
1396
|
},
|
1319
|
-
|
1320
|
-
"__schema": "
|
1397
|
+
{
|
1398
|
+
"__schema": "VariableLikeSchema",
|
1321
1399
|
"location": {
|
1322
1400
|
"filePath": "graphql.ui.runtime.tsx",
|
1323
|
-
"line":
|
1401
|
+
"line": 90,
|
1324
1402
|
"character": 3
|
1325
1403
|
},
|
1326
|
-
"
|
1327
|
-
"
|
1404
|
+
"signature": "(property) GraphqlUI.renderPlugins: GraphqlRenderPlugins",
|
1405
|
+
"name": "renderPlugins",
|
1406
|
+
"type": {
|
1407
|
+
"__schema": "TypeRefSchema",
|
1408
|
+
"location": {
|
1409
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1410
|
+
"line": 90,
|
1411
|
+
"character": 3
|
1412
|
+
},
|
1413
|
+
"name": "GraphqlRenderPlugins",
|
1414
|
+
"internalFilePath": "render-lifecycle.tsx"
|
1415
|
+
},
|
1416
|
+
"isOptional": true,
|
1417
|
+
"defaultValue": "new GraphqlRenderPlugins(this)"
|
1328
1418
|
},
|
1329
|
-
|
1330
|
-
|
1331
|
-
"type": {
|
1332
|
-
"__schema": "InferenceTypeSchema",
|
1419
|
+
{
|
1420
|
+
"__schema": "VariableLikeSchema",
|
1333
1421
|
"location": {
|
1334
1422
|
"filePath": "graphql.ui.runtime.tsx",
|
1335
|
-
"line":
|
1423
|
+
"line": 92,
|
1336
1424
|
"character": 3
|
1337
1425
|
},
|
1338
|
-
"
|
1339
|
-
|
1340
|
-
|
1341
|
-
|
1342
|
-
|
1343
|
-
|
1344
|
-
|
1345
|
-
|
1346
|
-
|
1347
|
-
|
1348
|
-
|
1426
|
+
"signature": "(property) GraphqlUI.runtime: RuntimeDefinition",
|
1427
|
+
"name": "runtime",
|
1428
|
+
"type": {
|
1429
|
+
"__schema": "InferenceTypeSchema",
|
1430
|
+
"location": {
|
1431
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1432
|
+
"line": 92,
|
1433
|
+
"character": 3
|
1434
|
+
},
|
1435
|
+
"type": "RuntimeDefinition"
|
1436
|
+
},
|
1437
|
+
"isOptional": true,
|
1438
|
+
"defaultValue": "UIRuntime"
|
1349
1439
|
},
|
1350
|
-
|
1351
|
-
|
1352
|
-
"type": {
|
1353
|
-
"__schema": "TypeRefSchema",
|
1440
|
+
{
|
1441
|
+
"__schema": "VariableLikeSchema",
|
1354
1442
|
"location": {
|
1355
1443
|
"filePath": "graphql.ui.runtime.tsx",
|
1356
|
-
"line":
|
1444
|
+
"line": 93,
|
1357
1445
|
"character": 3
|
1358
1446
|
},
|
1359
|
-
"
|
1360
|
-
"
|
1361
|
-
|
1362
|
-
|
1363
|
-
|
1364
|
-
|
1365
|
-
|
1366
|
-
|
1367
|
-
|
1368
|
-
|
1369
|
-
|
1370
|
-
"
|
1447
|
+
"signature": "(property) GraphqlUI.dependencies: never[]",
|
1448
|
+
"name": "dependencies",
|
1449
|
+
"type": {
|
1450
|
+
"__schema": "InferenceTypeSchema",
|
1451
|
+
"location": {
|
1452
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1453
|
+
"line": 93,
|
1454
|
+
"character": 3
|
1455
|
+
},
|
1456
|
+
"type": "never[]"
|
1457
|
+
},
|
1458
|
+
"isOptional": true,
|
1459
|
+
"defaultValue": "[]"
|
1371
1460
|
},
|
1372
|
-
|
1373
|
-
|
1374
|
-
"type": {
|
1375
|
-
"__schema": "InferenceTypeSchema",
|
1461
|
+
{
|
1462
|
+
"__schema": "VariableLikeSchema",
|
1376
1463
|
"location": {
|
1377
1464
|
"filePath": "graphql.ui.runtime.tsx",
|
1378
|
-
"line":
|
1465
|
+
"line": 94,
|
1379
1466
|
"character": 3
|
1380
1467
|
},
|
1381
|
-
"
|
1382
|
-
|
1383
|
-
|
1384
|
-
|
1385
|
-
|
1386
|
-
|
1387
|
-
|
1388
|
-
|
1389
|
-
|
1390
|
-
|
1391
|
-
|
1468
|
+
"signature": "(property) GraphqlUI.slots: never[]",
|
1469
|
+
"name": "slots",
|
1470
|
+
"type": {
|
1471
|
+
"__schema": "InferenceTypeSchema",
|
1472
|
+
"location": {
|
1473
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1474
|
+
"line": 94,
|
1475
|
+
"character": 3
|
1476
|
+
},
|
1477
|
+
"type": "never[]"
|
1478
|
+
},
|
1479
|
+
"isOptional": true,
|
1480
|
+
"defaultValue": "[]"
|
1392
1481
|
},
|
1393
|
-
|
1394
|
-
|
1395
|
-
"type": {
|
1396
|
-
"__schema": "InferenceTypeSchema",
|
1482
|
+
{
|
1483
|
+
"__schema": "FunctionLikeSchema",
|
1397
1484
|
"location": {
|
1398
1485
|
"filePath": "graphql.ui.runtime.tsx",
|
1399
|
-
"line":
|
1486
|
+
"line": 96,
|
1400
1487
|
"character": 3
|
1401
1488
|
},
|
1402
|
-
"
|
1403
|
-
|
1404
|
-
|
1405
|
-
|
1489
|
+
"signature": "(method) GraphqlUI.provider(): Promise<GraphqlUI>",
|
1490
|
+
"name": "provider",
|
1491
|
+
"params": [],
|
1492
|
+
"returnType": {
|
1493
|
+
"__schema": "InferenceTypeSchema",
|
1494
|
+
"location": {
|
1495
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1496
|
+
"line": 96,
|
1497
|
+
"character": 3
|
1498
|
+
},
|
1499
|
+
"type": "Promise<GraphqlUI>"
|
1500
|
+
},
|
1501
|
+
"modifiers": [
|
1502
|
+
"static",
|
1503
|
+
"async"
|
1504
|
+
]
|
1505
|
+
}
|
1506
|
+
],
|
1507
|
+
"extendsNodes": [],
|
1508
|
+
"implementNodes": []
|
1509
|
+
}
|
1510
|
+
},
|
1511
|
+
{
|
1512
|
+
"__schema": "ExportSchema",
|
1513
|
+
"location": {
|
1514
|
+
"filePath": "index.ts",
|
1515
|
+
"line": 5,
|
1516
|
+
"character": 26
|
1517
|
+
},
|
1518
|
+
"name": "GraphQLClient",
|
1519
|
+
"exportNode": {
|
1520
|
+
"__schema": "TypeSchema",
|
1521
|
+
"location": {
|
1522
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1523
|
+
"line": 21,
|
1524
|
+
"character": 1
|
1406
1525
|
},
|
1407
|
-
{
|
1408
|
-
"__schema": "
|
1526
|
+
"doc": {
|
1527
|
+
"__schema": "DocSchema",
|
1409
1528
|
"location": {
|
1410
1529
|
"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[]"
|
1530
|
+
"line": 17,
|
1531
|
+
"character": 1
|
1424
1532
|
},
|
1425
|
-
"
|
1426
|
-
"
|
1533
|
+
"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 * */",
|
1534
|
+
"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",
|
1535
|
+
"tags": [
|
1536
|
+
{
|
1537
|
+
"__schema": "TagSchema",
|
1538
|
+
"location": {
|
1539
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1540
|
+
"line": 19,
|
1541
|
+
"character": 114
|
1542
|
+
},
|
1543
|
+
"tagName": "apollo",
|
1544
|
+
"comment": "/client directly"
|
1545
|
+
}
|
1546
|
+
]
|
1427
1547
|
},
|
1428
|
-
|
1429
|
-
|
1548
|
+
"signature": "type GraphQLClient<T> = ApolloClient<T>",
|
1549
|
+
"name": "GraphQLClient",
|
1550
|
+
"type": {
|
1551
|
+
"__schema": "TypeRefSchema",
|
1430
1552
|
"location": {
|
1431
1553
|
"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>"
|
1554
|
+
"line": 21,
|
1555
|
+
"character": 32
|
1446
1556
|
},
|
1447
|
-
"
|
1448
|
-
|
1449
|
-
|
1557
|
+
"name": "ApolloClient",
|
1558
|
+
"packageName": "@apollo/client",
|
1559
|
+
"typeArgs": [
|
1560
|
+
{
|
1561
|
+
"__schema": "TypeRefSchema",
|
1562
|
+
"location": {
|
1563
|
+
"filePath": "graphql.ui.runtime.tsx",
|
1564
|
+
"line": 21,
|
1565
|
+
"character": 45
|
1566
|
+
},
|
1567
|
+
"name": "T"
|
1568
|
+
}
|
1450
1569
|
]
|
1451
1570
|
}
|
1452
|
-
|
1453
|
-
"extendsNodes": [],
|
1454
|
-
"implementNodes": []
|
1571
|
+
}
|
1455
1572
|
},
|
1456
1573
|
{
|
1457
|
-
"__schema": "
|
1574
|
+
"__schema": "ExportSchema",
|
1458
1575
|
"location": {
|
1459
|
-
"filePath": "
|
1460
|
-
"line":
|
1461
|
-
"character":
|
1576
|
+
"filePath": "index.ts",
|
1577
|
+
"line": 6,
|
1578
|
+
"character": 15
|
1462
1579
|
},
|
1463
|
-
"
|
1464
|
-
|
1580
|
+
"name": "GraphQLServer",
|
1581
|
+
"exportNode": {
|
1582
|
+
"__schema": "InterfaceSchema",
|
1465
1583
|
"location": {
|
1466
|
-
"filePath": "graphql.
|
1467
|
-
"line":
|
1584
|
+
"filePath": "graphql-server.ts",
|
1585
|
+
"line": 1,
|
1468
1586
|
"character": 1
|
1469
1587
|
},
|
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": [
|
1588
|
+
"signature": "interface GraphQLServer",
|
1589
|
+
"name": "GraphQLServer",
|
1590
|
+
"members": [
|
1497
1591
|
{
|
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",
|
1592
|
+
"__schema": "VariableLikeSchema",
|
1530
1593
|
"location": {
|
1531
1594
|
"filePath": "graphql-server.ts",
|
1532
1595
|
"line": 2,
|
1533
|
-
"character":
|
1596
|
+
"character": 3
|
1534
1597
|
},
|
1535
|
-
"
|
1536
|
-
|
1537
|
-
|
1538
|
-
|
1539
|
-
|
1540
|
-
|
1541
|
-
|
1542
|
-
|
1543
|
-
|
1544
|
-
|
1598
|
+
"signature": "(property) GraphQLServer.uri: string",
|
1599
|
+
"name": "uri",
|
1600
|
+
"type": {
|
1601
|
+
"__schema": "KeywordTypeSchema",
|
1602
|
+
"location": {
|
1603
|
+
"filePath": "graphql-server.ts",
|
1604
|
+
"line": 2,
|
1605
|
+
"character": 8
|
1606
|
+
},
|
1607
|
+
"name": "string"
|
1608
|
+
},
|
1609
|
+
"isOptional": false
|
1545
1610
|
},
|
1546
|
-
|
1547
|
-
|
1548
|
-
"type": {
|
1549
|
-
"__schema": "KeywordTypeSchema",
|
1611
|
+
{
|
1612
|
+
"__schema": "VariableLikeSchema",
|
1550
1613
|
"location": {
|
1551
1614
|
"filePath": "graphql-server.ts",
|
1552
1615
|
"line": 4,
|
1553
|
-
"character":
|
1616
|
+
"character": 3
|
1554
1617
|
},
|
1555
|
-
"
|
1556
|
-
|
1557
|
-
|
1558
|
-
|
1559
|
-
|
1560
|
-
|
1618
|
+
"signature": "(property) GraphQLServer.subscriptionsUri?: string | undefined",
|
1619
|
+
"name": "subscriptionsUri",
|
1620
|
+
"type": {
|
1621
|
+
"__schema": "KeywordTypeSchema",
|
1622
|
+
"location": {
|
1623
|
+
"filePath": "graphql-server.ts",
|
1624
|
+
"line": 4,
|
1625
|
+
"character": 22
|
1626
|
+
},
|
1627
|
+
"name": "string"
|
1628
|
+
},
|
1629
|
+
"isOptional": true
|
1630
|
+
}
|
1631
|
+
],
|
1632
|
+
"extendsNodes": []
|
1633
|
+
}
|
1561
1634
|
},
|
1562
1635
|
{
|
1563
|
-
"__schema": "
|
1636
|
+
"__schema": "ExportSchema",
|
1564
1637
|
"location": {
|
1565
|
-
"filePath": "
|
1566
|
-
"line":
|
1567
|
-
"character":
|
1638
|
+
"filePath": "index.ts",
|
1639
|
+
"line": 7,
|
1640
|
+
"character": 10
|
1568
1641
|
},
|
1569
|
-
"signature": "function GraphQLProvider({ client, children }: GraphQLProviderProps): React.JSX.Element",
|
1570
1642
|
"name": "GraphQLProvider",
|
1571
|
-
"
|
1572
|
-
"__schema": "
|
1643
|
+
"exportNode": {
|
1644
|
+
"__schema": "ReactSchema",
|
1573
1645
|
"location": {
|
1574
1646
|
"filePath": "graphql-provider/graphql-provider.tsx",
|
1575
1647
|
"line": 10,
|
1576
|
-
"character":
|
1648
|
+
"character": 1
|
1577
1649
|
},
|
1578
|
-
"
|
1579
|
-
"
|
1580
|
-
|
1650
|
+
"signature": "function GraphQLProvider({ client, children }: GraphQLProviderProps): React.JSX.Element",
|
1651
|
+
"name": "GraphQLProvider",
|
1652
|
+
"props": {
|
1653
|
+
"__schema": "ParameterSchema",
|
1581
1654
|
"location": {
|
1582
1655
|
"filePath": "graphql-provider/graphql-provider.tsx",
|
1583
1656
|
"line": 10,
|
1584
|
-
"character":
|
1657
|
+
"character": 33
|
1585
1658
|
},
|
1586
|
-
"name": "
|
1587
|
-
"
|
1588
|
-
|
1589
|
-
"isOptional": false,
|
1590
|
-
"objectBindingNodes": [
|
1591
|
-
{
|
1592
|
-
"__schema": "InferenceTypeSchema",
|
1659
|
+
"name": "{ client, children }",
|
1660
|
+
"type": {
|
1661
|
+
"__schema": "TypeRefSchema",
|
1593
1662
|
"location": {
|
1594
1663
|
"filePath": "graphql-provider/graphql-provider.tsx",
|
1595
1664
|
"line": 10,
|
1596
|
-
"character":
|
1665
|
+
"character": 55
|
1597
1666
|
},
|
1598
|
-
"name": "
|
1599
|
-
"
|
1600
|
-
"isSpread": false
|
1667
|
+
"name": "GraphQLProviderProps",
|
1668
|
+
"internalFilePath": "graphql-provider/graphql-provider.tsx"
|
1601
1669
|
},
|
1602
|
-
|
1603
|
-
|
1604
|
-
|
1605
|
-
"
|
1606
|
-
"
|
1607
|
-
|
1670
|
+
"isOptional": false,
|
1671
|
+
"objectBindingNodes": [
|
1672
|
+
{
|
1673
|
+
"__schema": "InferenceTypeSchema",
|
1674
|
+
"location": {
|
1675
|
+
"filePath": "graphql-provider/graphql-provider.tsx",
|
1676
|
+
"line": 10,
|
1677
|
+
"character": 35
|
1678
|
+
},
|
1679
|
+
"name": "client",
|
1680
|
+
"type": "GraphQLClient<any>",
|
1681
|
+
"isSpread": false
|
1608
1682
|
},
|
1609
|
-
|
1610
|
-
|
1611
|
-
|
1612
|
-
|
1613
|
-
|
1614
|
-
|
1615
|
-
|
1616
|
-
|
1617
|
-
|
1618
|
-
|
1619
|
-
|
1620
|
-
|
1621
|
-
"
|
1683
|
+
{
|
1684
|
+
"__schema": "InferenceTypeSchema",
|
1685
|
+
"location": {
|
1686
|
+
"filePath": "graphql-provider/graphql-provider.tsx",
|
1687
|
+
"line": 10,
|
1688
|
+
"character": 43
|
1689
|
+
},
|
1690
|
+
"name": "children",
|
1691
|
+
"type": "React.ReactNode",
|
1692
|
+
"isSpread": false
|
1693
|
+
}
|
1694
|
+
],
|
1695
|
+
"isSpread": false
|
1622
1696
|
},
|
1623
|
-
"
|
1624
|
-
|
1625
|
-
|
1626
|
-
|
1627
|
-
|
1628
|
-
|
1697
|
+
"returnType": {
|
1698
|
+
"__schema": "TypeRefSchema",
|
1699
|
+
"location": {
|
1700
|
+
"filePath": "graphql-provider/graphql-provider.tsx",
|
1701
|
+
"line": 10,
|
1702
|
+
"character": 1
|
1703
|
+
},
|
1704
|
+
"name": "React.JSX.Element",
|
1705
|
+
"packageName": "react"
|
1706
|
+
},
|
1707
|
+
"modifiers": [
|
1708
|
+
"export"
|
1709
|
+
]
|
1710
|
+
}
|
1629
1711
|
},
|
1630
1712
|
{
|
1631
|
-
"__schema": "
|
1713
|
+
"__schema": "ExportSchema",
|
1632
1714
|
"location": {
|
1633
|
-
"filePath": "
|
1634
|
-
"line":
|
1635
|
-
"character":
|
1715
|
+
"filePath": "index.ts",
|
1716
|
+
"line": 8,
|
1717
|
+
"character": 10
|
1636
1718
|
},
|
1637
|
-
"signature": "class GraphQlError",
|
1638
1719
|
"name": "GraphQlError",
|
1639
|
-
"
|
1640
|
-
|
1641
|
-
|
1642
|
-
"
|
1643
|
-
|
1644
|
-
|
1645
|
-
|
1646
|
-
|
1647
|
-
|
1648
|
-
|
1649
|
-
|
1650
|
-
|
1651
|
-
|
1652
|
-
"
|
1653
|
-
|
1654
|
-
|
1655
|
-
|
1656
|
-
|
1657
|
-
|
1658
|
-
|
1659
|
-
|
1720
|
+
"exportNode": {
|
1721
|
+
"__schema": "ClassSchema",
|
1722
|
+
"location": {
|
1723
|
+
"filePath": "graphql-error.ts",
|
1724
|
+
"line": 1,
|
1725
|
+
"character": 1
|
1726
|
+
},
|
1727
|
+
"signature": "class GraphQlError",
|
1728
|
+
"name": "GraphQlError",
|
1729
|
+
"members": [
|
1730
|
+
{
|
1731
|
+
"__schema": "ConstructorSchema",
|
1732
|
+
"location": {
|
1733
|
+
"filePath": "graphql-error.ts",
|
1734
|
+
"line": 2,
|
1735
|
+
"character": 3
|
1736
|
+
},
|
1737
|
+
"signature": "constructor GraphQlError(code: number, message?: string): GraphQlError",
|
1738
|
+
"name": "constructor",
|
1739
|
+
"params": [
|
1740
|
+
{
|
1741
|
+
"__schema": "ParameterSchema",
|
1660
1742
|
"location": {
|
1661
1743
|
"filePath": "graphql-error.ts",
|
1662
1744
|
"line": 6,
|
1663
|
-
"character":
|
1745
|
+
"character": 5
|
1664
1746
|
},
|
1665
|
-
"name": "
|
1666
|
-
|
1667
|
-
|
1668
|
-
|
1669
|
-
|
1670
|
-
|
1671
|
-
|
1672
|
-
|
1673
|
-
|
1674
|
-
|
1675
|
-
"
|
1747
|
+
"name": "code",
|
1748
|
+
"type": {
|
1749
|
+
"__schema": "KeywordTypeSchema",
|
1750
|
+
"location": {
|
1751
|
+
"filePath": "graphql-error.ts",
|
1752
|
+
"line": 6,
|
1753
|
+
"character": 27
|
1754
|
+
},
|
1755
|
+
"name": "number"
|
1756
|
+
},
|
1757
|
+
"isOptional": false,
|
1758
|
+
"isSpread": false
|
1676
1759
|
},
|
1677
|
-
|
1678
|
-
|
1679
|
-
"__schema": "KeywordTypeSchema",
|
1760
|
+
{
|
1761
|
+
"__schema": "ParameterSchema",
|
1680
1762
|
"location": {
|
1681
1763
|
"filePath": "graphql-error.ts",
|
1682
1764
|
"line": 11,
|
1683
|
-
"character":
|
1765
|
+
"character": 5
|
1684
1766
|
},
|
1685
|
-
"name": "
|
1767
|
+
"name": "message",
|
1768
|
+
"type": {
|
1769
|
+
"__schema": "KeywordTypeSchema",
|
1770
|
+
"location": {
|
1771
|
+
"filePath": "graphql-error.ts",
|
1772
|
+
"line": 11,
|
1773
|
+
"character": 31
|
1774
|
+
},
|
1775
|
+
"name": "string"
|
1776
|
+
},
|
1777
|
+
"isOptional": true,
|
1778
|
+
"isSpread": false
|
1779
|
+
}
|
1780
|
+
],
|
1781
|
+
"returnType": {
|
1782
|
+
"__schema": "ThisTypeSchema",
|
1783
|
+
"location": {
|
1784
|
+
"filePath": "graphql-error.ts",
|
1785
|
+
"line": 1,
|
1786
|
+
"character": 1
|
1686
1787
|
},
|
1687
|
-
"
|
1688
|
-
"isSpread": false
|
1689
|
-
}
|
1690
|
-
],
|
1691
|
-
"returnType": {
|
1692
|
-
"__schema": "ThisTypeSchema",
|
1693
|
-
"location": {
|
1694
|
-
"filePath": "graphql-error.ts",
|
1695
|
-
"line": 1,
|
1696
|
-
"character": 1
|
1788
|
+
"name": "GraphQlError"
|
1697
1789
|
},
|
1698
|
-
"
|
1699
|
-
}
|
1700
|
-
|
1701
|
-
|
1702
|
-
|
1703
|
-
|
1704
|
-
"implementNodes": []
|
1790
|
+
"modifiers": []
|
1791
|
+
}
|
1792
|
+
],
|
1793
|
+
"extendsNodes": [],
|
1794
|
+
"implementNodes": []
|
1795
|
+
}
|
1705
1796
|
}
|
1706
1797
|
],
|
1707
1798
|
"internals": []
|
@@ -3876,7 +3967,7 @@
|
|
3876
3967
|
"componentId": {
|
3877
3968
|
"scope": "teambit.harmony",
|
3878
3969
|
"name": "graphql",
|
3879
|
-
"version": "1.0.
|
3970
|
+
"version": "1.0.259"
|
3880
3971
|
},
|
3881
3972
|
"taggedModuleExports": []
|
3882
3973
|
}
|