Highly ambitious ATProtocol AppView service and sdks
at main 309 lines 8.1 kB view raw
1/** 2 * @generated SignedSource<<70261fd3265c3f0360911ea4ec78fa97>> 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 ProfileQuery$variables = { 44 where?: NetworkSlicesSliceWhereInput | null | undefined; 45}; 46export type ProfileQuery$data = { 47 readonly networkSlicesSlices: { 48 readonly edges: ReadonlyArray<{ 49 readonly node: { 50 readonly actorHandle: string | null | undefined; 51 readonly appBskyActorProfile: { 52 readonly avatar: { 53 readonly url: string; 54 } | null | undefined; 55 readonly displayName: string | null | undefined; 56 } | null | undefined; 57 readonly createdAt: string; 58 readonly domain: string; 59 readonly name: string; 60 readonly uri: string; 61 }; 62 }>; 63 }; 64}; 65export type ProfileQuery = { 66 response: ProfileQuery$data; 67 variables: ProfileQuery$variables; 68}; 69 70const node: ConcreteRequest = (function(){ 71var v0 = [ 72 { 73 "defaultValue": null, 74 "kind": "LocalArgument", 75 "name": "where" 76 } 77], 78v1 = [ 79 { 80 "kind": "Literal", 81 "name": "first", 82 "value": 100 83 }, 84 { 85 "kind": "Literal", 86 "name": "sortBy", 87 "value": [ 88 { 89 "direction": "desc", 90 "field": "createdAt" 91 } 92 ] 93 }, 94 { 95 "kind": "Variable", 96 "name": "where", 97 "variableName": "where" 98 } 99], 100v2 = { 101 "alias": null, 102 "args": null, 103 "kind": "ScalarField", 104 "name": "uri", 105 "storageKey": null 106}, 107v3 = { 108 "alias": null, 109 "args": null, 110 "kind": "ScalarField", 111 "name": "name", 112 "storageKey": null 113}, 114v4 = { 115 "alias": null, 116 "args": null, 117 "kind": "ScalarField", 118 "name": "domain", 119 "storageKey": null 120}, 121v5 = { 122 "alias": null, 123 "args": null, 124 "kind": "ScalarField", 125 "name": "createdAt", 126 "storageKey": null 127}, 128v6 = { 129 "alias": null, 130 "args": null, 131 "kind": "ScalarField", 132 "name": "actorHandle", 133 "storageKey": null 134}, 135v7 = { 136 "alias": null, 137 "args": null, 138 "kind": "ScalarField", 139 "name": "displayName", 140 "storageKey": null 141}, 142v8 = { 143 "alias": null, 144 "args": null, 145 "concreteType": "Blob", 146 "kind": "LinkedField", 147 "name": "avatar", 148 "plural": false, 149 "selections": [ 150 { 151 "alias": null, 152 "args": [ 153 { 154 "kind": "Literal", 155 "name": "preset", 156 "value": "avatar" 157 } 158 ], 159 "kind": "ScalarField", 160 "name": "url", 161 "storageKey": "url(preset:\"avatar\")" 162 } 163 ], 164 "storageKey": null 165}, 166v9 = { 167 "alias": null, 168 "args": null, 169 "kind": "ScalarField", 170 "name": "id", 171 "storageKey": null 172}; 173return { 174 "fragment": { 175 "argumentDefinitions": (v0/*: any*/), 176 "kind": "Fragment", 177 "metadata": null, 178 "name": "ProfileQuery", 179 "selections": [ 180 { 181 "alias": null, 182 "args": (v1/*: any*/), 183 "concreteType": "NetworkSlicesSliceConnection", 184 "kind": "LinkedField", 185 "name": "networkSlicesSlices", 186 "plural": false, 187 "selections": [ 188 { 189 "alias": null, 190 "args": null, 191 "concreteType": "NetworkSlicesSliceEdge", 192 "kind": "LinkedField", 193 "name": "edges", 194 "plural": true, 195 "selections": [ 196 { 197 "alias": null, 198 "args": null, 199 "concreteType": "NetworkSlicesSlice", 200 "kind": "LinkedField", 201 "name": "node", 202 "plural": false, 203 "selections": [ 204 (v2/*: any*/), 205 (v3/*: any*/), 206 (v4/*: any*/), 207 (v5/*: any*/), 208 (v6/*: any*/), 209 { 210 "alias": null, 211 "args": null, 212 "concreteType": "AppBskyActorProfile", 213 "kind": "LinkedField", 214 "name": "appBskyActorProfile", 215 "plural": false, 216 "selections": [ 217 (v7/*: any*/), 218 (v8/*: any*/) 219 ], 220 "storageKey": null 221 } 222 ], 223 "storageKey": null 224 } 225 ], 226 "storageKey": null 227 } 228 ], 229 "storageKey": null 230 } 231 ], 232 "type": "Query", 233 "abstractKey": null 234 }, 235 "kind": "Request", 236 "operation": { 237 "argumentDefinitions": (v0/*: any*/), 238 "kind": "Operation", 239 "name": "ProfileQuery", 240 "selections": [ 241 { 242 "alias": null, 243 "args": (v1/*: any*/), 244 "concreteType": "NetworkSlicesSliceConnection", 245 "kind": "LinkedField", 246 "name": "networkSlicesSlices", 247 "plural": false, 248 "selections": [ 249 { 250 "alias": null, 251 "args": null, 252 "concreteType": "NetworkSlicesSliceEdge", 253 "kind": "LinkedField", 254 "name": "edges", 255 "plural": true, 256 "selections": [ 257 { 258 "alias": null, 259 "args": null, 260 "concreteType": "NetworkSlicesSlice", 261 "kind": "LinkedField", 262 "name": "node", 263 "plural": false, 264 "selections": [ 265 (v2/*: any*/), 266 (v3/*: any*/), 267 (v4/*: any*/), 268 (v5/*: any*/), 269 (v6/*: any*/), 270 { 271 "alias": null, 272 "args": null, 273 "concreteType": "AppBskyActorProfile", 274 "kind": "LinkedField", 275 "name": "appBskyActorProfile", 276 "plural": false, 277 "selections": [ 278 (v7/*: any*/), 279 (v8/*: any*/), 280 (v9/*: any*/) 281 ], 282 "storageKey": null 283 }, 284 (v9/*: any*/) 285 ], 286 "storageKey": null 287 } 288 ], 289 "storageKey": null 290 } 291 ], 292 "storageKey": null 293 } 294 ] 295 }, 296 "params": { 297 "cacheID": "43cabd984436b9a0594959ac80af866b", 298 "id": null, 299 "metadata": {}, 300 "name": "ProfileQuery", 301 "operationKind": "query", 302 "text": "query ProfileQuery(\n $where: NetworkSlicesSliceWhereInput\n) {\n networkSlicesSlices(first: 100, where: $where, sortBy: [{field: createdAt, direction: desc}]) {\n edges {\n node {\n uri\n name\n domain\n createdAt\n actorHandle\n appBskyActorProfile {\n displayName\n avatar {\n url(preset: \"avatar\")\n }\n id\n }\n id\n }\n }\n }\n}\n" 303 } 304}; 305})(); 306 307(node as any).hash = "492bbb29863719d2e264e0088f503664"; 308 309export default node;