Highly ambitious ATProtocol AppView service and sdks
at main 465 lines 13 kB view raw
1/** 2 * @generated SignedSource<<3f142b10149c9a9b2d8b01aa6378983a>> 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 SliceLexiconDetailQuery$variables = { 62 lexiconWhere?: NetworkSlicesLexiconWhereInput | null | undefined; 63 sliceWhere?: NetworkSlicesSliceWhereInput | null | undefined; 64}; 65export type SliceLexiconDetailQuery$data = { 66 readonly networkSlicesLexicons: { 67 readonly edges: ReadonlyArray<{ 68 readonly node: { 69 readonly createdAt: string; 70 readonly definitions: string; 71 readonly description: string | null | undefined; 72 readonly excludedFromSync: boolean | null | undefined; 73 readonly nsid: string; 74 readonly updatedAt: string | null | undefined; 75 readonly uri: string; 76 }; 77 }>; 78 }; 79 readonly networkSlicesSlices: { 80 readonly edges: ReadonlyArray<{ 81 readonly node: { 82 readonly actorHandle: string | null | undefined; 83 readonly did: string; 84 readonly domain: string; 85 readonly name: string; 86 readonly networkSlicesActorProfile: { 87 readonly avatar: { 88 readonly url: string; 89 } | null | undefined; 90 } | null | undefined; 91 readonly uri: string; 92 }; 93 }>; 94 }; 95}; 96export type SliceLexiconDetailQuery = { 97 response: SliceLexiconDetailQuery$data; 98 variables: SliceLexiconDetailQuery$variables; 99}; 100 101const node: ConcreteRequest = (function(){ 102var v0 = { 103 "defaultValue": null, 104 "kind": "LocalArgument", 105 "name": "lexiconWhere" 106}, 107v1 = { 108 "defaultValue": null, 109 "kind": "LocalArgument", 110 "name": "sliceWhere" 111}, 112v2 = [ 113 { 114 "kind": "Literal", 115 "name": "first", 116 "value": 1 117 }, 118 { 119 "kind": "Variable", 120 "name": "where", 121 "variableName": "sliceWhere" 122 } 123], 124v3 = { 125 "alias": null, 126 "args": null, 127 "kind": "ScalarField", 128 "name": "uri", 129 "storageKey": null 130}, 131v4 = { 132 "alias": null, 133 "args": null, 134 "kind": "ScalarField", 135 "name": "name", 136 "storageKey": null 137}, 138v5 = { 139 "alias": null, 140 "args": null, 141 "kind": "ScalarField", 142 "name": "domain", 143 "storageKey": null 144}, 145v6 = { 146 "alias": null, 147 "args": null, 148 "kind": "ScalarField", 149 "name": "actorHandle", 150 "storageKey": null 151}, 152v7 = { 153 "alias": null, 154 "args": null, 155 "kind": "ScalarField", 156 "name": "did", 157 "storageKey": null 158}, 159v8 = { 160 "alias": null, 161 "args": null, 162 "concreteType": "Blob", 163 "kind": "LinkedField", 164 "name": "avatar", 165 "plural": false, 166 "selections": [ 167 { 168 "alias": null, 169 "args": [ 170 { 171 "kind": "Literal", 172 "name": "preset", 173 "value": "avatar" 174 } 175 ], 176 "kind": "ScalarField", 177 "name": "url", 178 "storageKey": "url(preset:\"avatar\")" 179 } 180 ], 181 "storageKey": null 182}, 183v9 = [ 184 { 185 "kind": "Literal", 186 "name": "first", 187 "value": 1000 188 }, 189 { 190 "kind": "Variable", 191 "name": "where", 192 "variableName": "lexiconWhere" 193 } 194], 195v10 = { 196 "alias": null, 197 "args": null, 198 "kind": "ScalarField", 199 "name": "nsid", 200 "storageKey": null 201}, 202v11 = { 203 "alias": null, 204 "args": null, 205 "kind": "ScalarField", 206 "name": "description", 207 "storageKey": null 208}, 209v12 = { 210 "alias": null, 211 "args": null, 212 "kind": "ScalarField", 213 "name": "definitions", 214 "storageKey": null 215}, 216v13 = { 217 "alias": null, 218 "args": null, 219 "kind": "ScalarField", 220 "name": "createdAt", 221 "storageKey": null 222}, 223v14 = { 224 "alias": null, 225 "args": null, 226 "kind": "ScalarField", 227 "name": "updatedAt", 228 "storageKey": null 229}, 230v15 = { 231 "alias": null, 232 "args": null, 233 "kind": "ScalarField", 234 "name": "excludedFromSync", 235 "storageKey": null 236}, 237v16 = { 238 "alias": null, 239 "args": null, 240 "kind": "ScalarField", 241 "name": "id", 242 "storageKey": null 243}; 244return { 245 "fragment": { 246 "argumentDefinitions": [ 247 (v0/*: any*/), 248 (v1/*: any*/) 249 ], 250 "kind": "Fragment", 251 "metadata": null, 252 "name": "SliceLexiconDetailQuery", 253 "selections": [ 254 { 255 "alias": null, 256 "args": (v2/*: any*/), 257 "concreteType": "NetworkSlicesSliceConnection", 258 "kind": "LinkedField", 259 "name": "networkSlicesSlices", 260 "plural": false, 261 "selections": [ 262 { 263 "alias": null, 264 "args": null, 265 "concreteType": "NetworkSlicesSliceEdge", 266 "kind": "LinkedField", 267 "name": "edges", 268 "plural": true, 269 "selections": [ 270 { 271 "alias": null, 272 "args": null, 273 "concreteType": "NetworkSlicesSlice", 274 "kind": "LinkedField", 275 "name": "node", 276 "plural": false, 277 "selections": [ 278 (v3/*: any*/), 279 (v4/*: any*/), 280 (v5/*: any*/), 281 (v6/*: any*/), 282 (v7/*: any*/), 283 { 284 "alias": null, 285 "args": null, 286 "concreteType": "NetworkSlicesActorProfile", 287 "kind": "LinkedField", 288 "name": "networkSlicesActorProfile", 289 "plural": false, 290 "selections": [ 291 (v8/*: any*/) 292 ], 293 "storageKey": null 294 } 295 ], 296 "storageKey": null 297 } 298 ], 299 "storageKey": null 300 } 301 ], 302 "storageKey": null 303 }, 304 { 305 "alias": null, 306 "args": (v9/*: any*/), 307 "concreteType": "NetworkSlicesLexiconConnection", 308 "kind": "LinkedField", 309 "name": "networkSlicesLexicons", 310 "plural": false, 311 "selections": [ 312 { 313 "alias": null, 314 "args": null, 315 "concreteType": "NetworkSlicesLexiconEdge", 316 "kind": "LinkedField", 317 "name": "edges", 318 "plural": true, 319 "selections": [ 320 { 321 "alias": null, 322 "args": null, 323 "concreteType": "NetworkSlicesLexicon", 324 "kind": "LinkedField", 325 "name": "node", 326 "plural": false, 327 "selections": [ 328 (v3/*: any*/), 329 (v10/*: any*/), 330 (v11/*: any*/), 331 (v12/*: any*/), 332 (v13/*: any*/), 333 (v14/*: any*/), 334 (v15/*: any*/) 335 ], 336 "storageKey": null 337 } 338 ], 339 "storageKey": null 340 } 341 ], 342 "storageKey": null 343 } 344 ], 345 "type": "Query", 346 "abstractKey": null 347 }, 348 "kind": "Request", 349 "operation": { 350 "argumentDefinitions": [ 351 (v1/*: any*/), 352 (v0/*: any*/) 353 ], 354 "kind": "Operation", 355 "name": "SliceLexiconDetailQuery", 356 "selections": [ 357 { 358 "alias": null, 359 "args": (v2/*: any*/), 360 "concreteType": "NetworkSlicesSliceConnection", 361 "kind": "LinkedField", 362 "name": "networkSlicesSlices", 363 "plural": false, 364 "selections": [ 365 { 366 "alias": null, 367 "args": null, 368 "concreteType": "NetworkSlicesSliceEdge", 369 "kind": "LinkedField", 370 "name": "edges", 371 "plural": true, 372 "selections": [ 373 { 374 "alias": null, 375 "args": null, 376 "concreteType": "NetworkSlicesSlice", 377 "kind": "LinkedField", 378 "name": "node", 379 "plural": false, 380 "selections": [ 381 (v3/*: any*/), 382 (v4/*: any*/), 383 (v5/*: any*/), 384 (v6/*: any*/), 385 (v7/*: any*/), 386 { 387 "alias": null, 388 "args": null, 389 "concreteType": "NetworkSlicesActorProfile", 390 "kind": "LinkedField", 391 "name": "networkSlicesActorProfile", 392 "plural": false, 393 "selections": [ 394 (v8/*: any*/), 395 (v16/*: any*/) 396 ], 397 "storageKey": null 398 }, 399 (v16/*: any*/) 400 ], 401 "storageKey": null 402 } 403 ], 404 "storageKey": null 405 } 406 ], 407 "storageKey": null 408 }, 409 { 410 "alias": null, 411 "args": (v9/*: any*/), 412 "concreteType": "NetworkSlicesLexiconConnection", 413 "kind": "LinkedField", 414 "name": "networkSlicesLexicons", 415 "plural": false, 416 "selections": [ 417 { 418 "alias": null, 419 "args": null, 420 "concreteType": "NetworkSlicesLexiconEdge", 421 "kind": "LinkedField", 422 "name": "edges", 423 "plural": true, 424 "selections": [ 425 { 426 "alias": null, 427 "args": null, 428 "concreteType": "NetworkSlicesLexicon", 429 "kind": "LinkedField", 430 "name": "node", 431 "plural": false, 432 "selections": [ 433 (v3/*: any*/), 434 (v10/*: any*/), 435 (v11/*: any*/), 436 (v12/*: any*/), 437 (v13/*: any*/), 438 (v14/*: any*/), 439 (v15/*: any*/), 440 (v16/*: any*/) 441 ], 442 "storageKey": null 443 } 444 ], 445 "storageKey": null 446 } 447 ], 448 "storageKey": null 449 } 450 ] 451 }, 452 "params": { 453 "cacheID": "c89738e73f32692647d92f4ce84baa5d", 454 "id": null, 455 "metadata": {}, 456 "name": "SliceLexiconDetailQuery", 457 "operationKind": "query", 458 "text": "query SliceLexiconDetailQuery(\n $sliceWhere: NetworkSlicesSliceWhereInput\n $lexiconWhere: NetworkSlicesLexiconWhereInput\n) {\n networkSlicesSlices(first: 1, where: $sliceWhere) {\n edges {\n node {\n uri\n name\n domain\n actorHandle\n did\n networkSlicesActorProfile {\n avatar {\n url(preset: \"avatar\")\n }\n id\n }\n id\n }\n }\n }\n networkSlicesLexicons(first: 1000, where: $lexiconWhere) {\n edges {\n node {\n uri\n nsid\n description\n definitions\n createdAt\n updatedAt\n excludedFromSync\n id\n }\n }\n }\n}\n" 459 } 460}; 461})(); 462 463(node as any).hash = "623299616ff2e578218a279375b1fce6"; 464 465export default node;