Highly ambitious ATProtocol AppView service and sdks
1/**
2 * @generated SignedSource<<01886e2b34b0fd015c5120e87a894e46>>
3 * @lightSyntaxTransform
4 * @nogrep
5 */
6
7/* tslint:disable */
8/* eslint-disable */
9// @ts-nocheck
10
11import { ConcreteRequest } from 'relay-runtime';
12export type NetworkSlicesSliceWhereInput = {
13 actorHandle?: StringFilter | null | undefined;
14 and?: ReadonlyArray<NetworkSlicesSliceWhereInput | null | undefined> | null | undefined;
15 cid?: StringFilter | null | undefined;
16 collection?: StringFilter | null | undefined;
17 createdAt?: StringFilter | null | undefined;
18 did?: StringFilter | null | undefined;
19 domain?: StringFilter | null | undefined;
20 indexedAt?: DateTimeFilter | null | undefined;
21 json?: StringFilter | null | undefined;
22 name?: StringFilter | null | undefined;
23 or?: ReadonlyArray<NetworkSlicesSliceWhereInput | null | undefined> | null | undefined;
24 uri?: StringFilter | null | undefined;
25};
26export type DateTimeFilter = {
27 eq?: string | null | undefined;
28 gt?: string | null | undefined;
29 gte?: string | null | undefined;
30 lt?: string | null | undefined;
31 lte?: string | null | undefined;
32};
33export type StringFilter = {
34 contains?: string | null | undefined;
35 eq?: string | null | undefined;
36 fuzzy?: string | null | undefined;
37 gt?: string | null | undefined;
38 gte?: string | null | undefined;
39 in?: ReadonlyArray<string | null | undefined> | null | undefined;
40 lt?: string | null | undefined;
41 lte?: string | null | undefined;
42};
43export type NetworkSlicesLexiconWhereInput = {
44 actorHandle?: StringFilter | null | undefined;
45 and?: ReadonlyArray<NetworkSlicesLexiconWhereInput | null | undefined> | null | undefined;
46 cid?: StringFilter | null | undefined;
47 collection?: StringFilter | null | undefined;
48 createdAt?: StringFilter | null | undefined;
49 definitions?: StringFilter | null | undefined;
50 description?: StringFilter | null | undefined;
51 did?: StringFilter | null | undefined;
52 excludedFromSync?: StringFilter | null | undefined;
53 indexedAt?: DateTimeFilter | null | undefined;
54 json?: StringFilter | null | undefined;
55 nsid?: StringFilter | null | undefined;
56 or?: ReadonlyArray<NetworkSlicesLexiconWhereInput | null | undefined> | null | undefined;
57 slice?: StringFilter | null | undefined;
58 updatedAt?: StringFilter | null | undefined;
59 uri?: StringFilter | null | undefined;
60};
61export type SliceSyncSliceQuery$variables = {
62 lexiconWhere?: NetworkSlicesLexiconWhereInput | null | undefined;
63 where?: NetworkSlicesSliceWhereInput | null | undefined;
64};
65export type SliceSyncSliceQuery$data = {
66 readonly networkSlicesLexicons: {
67 readonly edges: ReadonlyArray<{
68 readonly node: {
69 readonly definitions: string;
70 readonly excludedFromSync: boolean | null | undefined;
71 readonly nsid: string;
72 };
73 }>;
74 };
75 readonly networkSlicesSlices: {
76 readonly edges: ReadonlyArray<{
77 readonly node: {
78 readonly actorHandle: string | null | undefined;
79 readonly did: string;
80 readonly domain: string;
81 readonly name: string;
82 readonly networkSlicesActorProfile: {
83 readonly avatar: {
84 readonly url: string;
85 } | null | undefined;
86 } | null | undefined;
87 readonly uri: string;
88 };
89 }>;
90 };
91};
92export type SliceSyncSliceQuery = {
93 response: SliceSyncSliceQuery$data;
94 variables: SliceSyncSliceQuery$variables;
95};
96
97const node: ConcreteRequest = (function(){
98var v0 = {
99 "defaultValue": null,
100 "kind": "LocalArgument",
101 "name": "lexiconWhere"
102},
103v1 = {
104 "defaultValue": null,
105 "kind": "LocalArgument",
106 "name": "where"
107},
108v2 = [
109 {
110 "kind": "Literal",
111 "name": "first",
112 "value": 1
113 },
114 {
115 "kind": "Variable",
116 "name": "where",
117 "variableName": "where"
118 }
119],
120v3 = {
121 "alias": null,
122 "args": null,
123 "kind": "ScalarField",
124 "name": "uri",
125 "storageKey": null
126},
127v4 = {
128 "alias": null,
129 "args": null,
130 "kind": "ScalarField",
131 "name": "name",
132 "storageKey": null
133},
134v5 = {
135 "alias": null,
136 "args": null,
137 "kind": "ScalarField",
138 "name": "domain",
139 "storageKey": null
140},
141v6 = {
142 "alias": null,
143 "args": null,
144 "kind": "ScalarField",
145 "name": "did",
146 "storageKey": null
147},
148v7 = {
149 "alias": null,
150 "args": null,
151 "kind": "ScalarField",
152 "name": "actorHandle",
153 "storageKey": null
154},
155v8 = {
156 "alias": null,
157 "args": null,
158 "concreteType": "Blob",
159 "kind": "LinkedField",
160 "name": "avatar",
161 "plural": false,
162 "selections": [
163 {
164 "alias": null,
165 "args": [
166 {
167 "kind": "Literal",
168 "name": "preset",
169 "value": "avatar"
170 }
171 ],
172 "kind": "ScalarField",
173 "name": "url",
174 "storageKey": "url(preset:\"avatar\")"
175 }
176 ],
177 "storageKey": null
178},
179v9 = [
180 {
181 "kind": "Variable",
182 "name": "where",
183 "variableName": "lexiconWhere"
184 }
185],
186v10 = {
187 "alias": null,
188 "args": null,
189 "kind": "ScalarField",
190 "name": "nsid",
191 "storageKey": null
192},
193v11 = {
194 "alias": null,
195 "args": null,
196 "kind": "ScalarField",
197 "name": "definitions",
198 "storageKey": null
199},
200v12 = {
201 "alias": null,
202 "args": null,
203 "kind": "ScalarField",
204 "name": "excludedFromSync",
205 "storageKey": null
206},
207v13 = {
208 "alias": null,
209 "args": null,
210 "kind": "ScalarField",
211 "name": "id",
212 "storageKey": null
213};
214return {
215 "fragment": {
216 "argumentDefinitions": [
217 (v0/*: any*/),
218 (v1/*: any*/)
219 ],
220 "kind": "Fragment",
221 "metadata": null,
222 "name": "SliceSyncSliceQuery",
223 "selections": [
224 {
225 "alias": null,
226 "args": (v2/*: any*/),
227 "concreteType": "NetworkSlicesSliceConnection",
228 "kind": "LinkedField",
229 "name": "networkSlicesSlices",
230 "plural": false,
231 "selections": [
232 {
233 "alias": null,
234 "args": null,
235 "concreteType": "NetworkSlicesSliceEdge",
236 "kind": "LinkedField",
237 "name": "edges",
238 "plural": true,
239 "selections": [
240 {
241 "alias": null,
242 "args": null,
243 "concreteType": "NetworkSlicesSlice",
244 "kind": "LinkedField",
245 "name": "node",
246 "plural": false,
247 "selections": [
248 (v3/*: any*/),
249 (v4/*: any*/),
250 (v5/*: any*/),
251 (v6/*: any*/),
252 (v7/*: any*/),
253 {
254 "alias": null,
255 "args": null,
256 "concreteType": "NetworkSlicesActorProfile",
257 "kind": "LinkedField",
258 "name": "networkSlicesActorProfile",
259 "plural": false,
260 "selections": [
261 (v8/*: any*/)
262 ],
263 "storageKey": null
264 }
265 ],
266 "storageKey": null
267 }
268 ],
269 "storageKey": null
270 }
271 ],
272 "storageKey": null
273 },
274 {
275 "alias": null,
276 "args": (v9/*: any*/),
277 "concreteType": "NetworkSlicesLexiconConnection",
278 "kind": "LinkedField",
279 "name": "networkSlicesLexicons",
280 "plural": false,
281 "selections": [
282 {
283 "alias": null,
284 "args": null,
285 "concreteType": "NetworkSlicesLexiconEdge",
286 "kind": "LinkedField",
287 "name": "edges",
288 "plural": true,
289 "selections": [
290 {
291 "alias": null,
292 "args": null,
293 "concreteType": "NetworkSlicesLexicon",
294 "kind": "LinkedField",
295 "name": "node",
296 "plural": false,
297 "selections": [
298 (v10/*: any*/),
299 (v11/*: any*/),
300 (v12/*: any*/)
301 ],
302 "storageKey": null
303 }
304 ],
305 "storageKey": null
306 }
307 ],
308 "storageKey": null
309 }
310 ],
311 "type": "Query",
312 "abstractKey": null
313 },
314 "kind": "Request",
315 "operation": {
316 "argumentDefinitions": [
317 (v1/*: any*/),
318 (v0/*: any*/)
319 ],
320 "kind": "Operation",
321 "name": "SliceSyncSliceQuery",
322 "selections": [
323 {
324 "alias": null,
325 "args": (v2/*: any*/),
326 "concreteType": "NetworkSlicesSliceConnection",
327 "kind": "LinkedField",
328 "name": "networkSlicesSlices",
329 "plural": false,
330 "selections": [
331 {
332 "alias": null,
333 "args": null,
334 "concreteType": "NetworkSlicesSliceEdge",
335 "kind": "LinkedField",
336 "name": "edges",
337 "plural": true,
338 "selections": [
339 {
340 "alias": null,
341 "args": null,
342 "concreteType": "NetworkSlicesSlice",
343 "kind": "LinkedField",
344 "name": "node",
345 "plural": false,
346 "selections": [
347 (v3/*: any*/),
348 (v4/*: any*/),
349 (v5/*: any*/),
350 (v6/*: any*/),
351 (v7/*: any*/),
352 {
353 "alias": null,
354 "args": null,
355 "concreteType": "NetworkSlicesActorProfile",
356 "kind": "LinkedField",
357 "name": "networkSlicesActorProfile",
358 "plural": false,
359 "selections": [
360 (v8/*: any*/),
361 (v13/*: any*/)
362 ],
363 "storageKey": null
364 },
365 (v13/*: any*/)
366 ],
367 "storageKey": null
368 }
369 ],
370 "storageKey": null
371 }
372 ],
373 "storageKey": null
374 },
375 {
376 "alias": null,
377 "args": (v9/*: any*/),
378 "concreteType": "NetworkSlicesLexiconConnection",
379 "kind": "LinkedField",
380 "name": "networkSlicesLexicons",
381 "plural": false,
382 "selections": [
383 {
384 "alias": null,
385 "args": null,
386 "concreteType": "NetworkSlicesLexiconEdge",
387 "kind": "LinkedField",
388 "name": "edges",
389 "plural": true,
390 "selections": [
391 {
392 "alias": null,
393 "args": null,
394 "concreteType": "NetworkSlicesLexicon",
395 "kind": "LinkedField",
396 "name": "node",
397 "plural": false,
398 "selections": [
399 (v10/*: any*/),
400 (v11/*: any*/),
401 (v12/*: any*/),
402 (v13/*: any*/)
403 ],
404 "storageKey": null
405 }
406 ],
407 "storageKey": null
408 }
409 ],
410 "storageKey": null
411 }
412 ]
413 },
414 "params": {
415 "cacheID": "773c25c509ccb6f70e7a9d149e00828b",
416 "id": null,
417 "metadata": {},
418 "name": "SliceSyncSliceQuery",
419 "operationKind": "query",
420 "text": "query SliceSyncSliceQuery(\n $where: NetworkSlicesSliceWhereInput\n $lexiconWhere: NetworkSlicesLexiconWhereInput\n) {\n networkSlicesSlices(first: 1, where: $where) {\n edges {\n node {\n uri\n name\n domain\n did\n actorHandle\n networkSlicesActorProfile {\n avatar {\n url(preset: \"avatar\")\n }\n id\n }\n id\n }\n }\n }\n networkSlicesLexicons(where: $lexiconWhere) {\n edges {\n node {\n nsid\n definitions\n excludedFromSync\n id\n }\n }\n }\n}\n"
421 }
422};
423})();
424
425(node as any).hash = "87a16b59fec73d64f119f6a63c8103f9";
426
427export default node;