Highly ambitious ATProtocol AppView service and sdks
at fix-postgres 178 lines 5.0 kB view raw
1/** 2 * @generated SignedSource<<b6bffe1307bf73b3fa6e0a410dcd513d>> 3 * @lightSyntaxTransform 4 * @nogrep 5 */ 6 7/* tslint:disable */ 8/* eslint-disable */ 9// @ts-nocheck 10 11import { ConcreteRequest } from 'relay-runtime'; 12export type HomeQuery$variables = Record<PropertyKey, never>; 13export type HomeQuery$data = { 14 readonly networkSlicesSlices: { 15 readonly edges: ReadonlyArray<{ 16 readonly node: { 17 readonly actorHandle: string | null | undefined; 18 readonly appBskyActorProfile: { 19 readonly avatar: { 20 readonly url: string; 21 } | null | undefined; 22 } | null | undefined; 23 readonly createdAt: string; 24 readonly domain: string; 25 readonly name: string; 26 readonly uri: string; 27 }; 28 }>; 29 }; 30}; 31export type HomeQuery = { 32 response: HomeQuery$data; 33 variables: HomeQuery$variables; 34}; 35 36const node: ConcreteRequest = (function(){ 37var v0 = [ 38 { 39 "alias": null, 40 "args": [ 41 { 42 "kind": "Literal", 43 "name": "first", 44 "value": 100 45 } 46 ], 47 "concreteType": "NetworkSlicesSliceConnection", 48 "kind": "LinkedField", 49 "name": "networkSlicesSlices", 50 "plural": false, 51 "selections": [ 52 { 53 "alias": null, 54 "args": null, 55 "concreteType": "NetworkSlicesSliceEdge", 56 "kind": "LinkedField", 57 "name": "edges", 58 "plural": true, 59 "selections": [ 60 { 61 "alias": null, 62 "args": null, 63 "concreteType": "NetworkSlicesSlice", 64 "kind": "LinkedField", 65 "name": "node", 66 "plural": false, 67 "selections": [ 68 { 69 "alias": null, 70 "args": null, 71 "kind": "ScalarField", 72 "name": "uri", 73 "storageKey": null 74 }, 75 { 76 "alias": null, 77 "args": null, 78 "kind": "ScalarField", 79 "name": "name", 80 "storageKey": null 81 }, 82 { 83 "alias": null, 84 "args": null, 85 "kind": "ScalarField", 86 "name": "domain", 87 "storageKey": null 88 }, 89 { 90 "alias": null, 91 "args": null, 92 "kind": "ScalarField", 93 "name": "createdAt", 94 "storageKey": null 95 }, 96 { 97 "alias": null, 98 "args": null, 99 "kind": "ScalarField", 100 "name": "actorHandle", 101 "storageKey": null 102 }, 103 { 104 "alias": null, 105 "args": null, 106 "concreteType": "AppBskyActorProfile", 107 "kind": "LinkedField", 108 "name": "appBskyActorProfile", 109 "plural": false, 110 "selections": [ 111 { 112 "alias": null, 113 "args": null, 114 "concreteType": "Blob", 115 "kind": "LinkedField", 116 "name": "avatar", 117 "plural": false, 118 "selections": [ 119 { 120 "alias": null, 121 "args": [ 122 { 123 "kind": "Literal", 124 "name": "preset", 125 "value": "avatar" 126 } 127 ], 128 "kind": "ScalarField", 129 "name": "url", 130 "storageKey": "url(preset:\"avatar\")" 131 } 132 ], 133 "storageKey": null 134 } 135 ], 136 "storageKey": null 137 } 138 ], 139 "storageKey": null 140 } 141 ], 142 "storageKey": null 143 } 144 ], 145 "storageKey": "networkSlicesSlices(first:100)" 146 } 147]; 148return { 149 "fragment": { 150 "argumentDefinitions": [], 151 "kind": "Fragment", 152 "metadata": null, 153 "name": "HomeQuery", 154 "selections": (v0/*: any*/), 155 "type": "Query", 156 "abstractKey": null 157 }, 158 "kind": "Request", 159 "operation": { 160 "argumentDefinitions": [], 161 "kind": "Operation", 162 "name": "HomeQuery", 163 "selections": (v0/*: any*/) 164 }, 165 "params": { 166 "cacheID": "b26fa7f56472cc357f0c4bac15ba62f4", 167 "id": null, 168 "metadata": {}, 169 "name": "HomeQuery", 170 "operationKind": "query", 171 "text": "query HomeQuery {\n networkSlicesSlices(first: 100) {\n edges {\n node {\n uri\n name\n domain\n createdAt\n actorHandle\n appBskyActorProfile {\n avatar {\n url(preset: \"avatar\")\n }\n }\n }\n }\n }\n}\n" 172 } 173}; 174})(); 175 176(node as any).hash = "91250c35901d386870fc62aea8e8f1f8"; 177 178export default node;