Teal.fm frontend powered by slices.network tealfm-slices.wisp.place
tealfm slices
1/** 2 * @generated SignedSource<<0e69127350e3dc66273c2ea60929dc92>> 3 * @lightSyntaxTransform 4 * @nogrep 5 */ 6 7/* tslint:disable */ 8/* eslint-disable */ 9// @ts-nocheck 10 11import { ReaderFragment } from 'relay-runtime'; 12import { FragmentRefs } from "relay-runtime"; 13export type Profile_plays$data = { 14 readonly fmTealAlphaFeedPlays: { 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 readonly description: string | null | undefined; 23 readonly displayName: string | null | undefined; 24 } | null | undefined; 25 readonly " $fragmentSpreads": FragmentRefs<"TrackItem_play">; 26 }; 27 }>; 28 readonly totalCount: number; 29 }; 30 readonly " $fragmentType": "Profile_plays"; 31}; 32export type Profile_plays$key = { 33 readonly " $data"?: Profile_plays$data; 34 readonly " $fragmentSpreads": FragmentRefs<"Profile_plays">; 35}; 36 37import ProfilePaginationQuery_graphql from './ProfilePaginationQuery.graphql'; 38 39const node: ReaderFragment = (function(){ 40var v0 = [ 41 "fmTealAlphaFeedPlays" 42]; 43return { 44 "argumentDefinitions": [ 45 { 46 "defaultValue": 20, 47 "kind": "LocalArgument", 48 "name": "count" 49 }, 50 { 51 "defaultValue": null, 52 "kind": "LocalArgument", 53 "name": "cursor" 54 }, 55 { 56 "defaultValue": null, 57 "kind": "LocalArgument", 58 "name": "where" 59 } 60 ], 61 "kind": "Fragment", 62 "metadata": { 63 "connection": [ 64 { 65 "count": "count", 66 "cursor": "cursor", 67 "direction": "forward", 68 "path": (v0/*: any*/) 69 } 70 ], 71 "refetch": { 72 "connection": { 73 "forward": { 74 "count": "count", 75 "cursor": "cursor" 76 }, 77 "backward": null, 78 "path": (v0/*: any*/) 79 }, 80 "fragmentPathInResult": [], 81 "operation": ProfilePaginationQuery_graphql 82 } 83 }, 84 "name": "Profile_plays", 85 "selections": [ 86 { 87 "alias": "fmTealAlphaFeedPlays", 88 "args": [ 89 { 90 "kind": "Literal", 91 "name": "sortBy", 92 "value": [ 93 { 94 "direction": "desc", 95 "field": "playedTime" 96 } 97 ] 98 }, 99 { 100 "kind": "Variable", 101 "name": "where", 102 "variableName": "where" 103 } 104 ], 105 "concreteType": "FmTealAlphaFeedPlayConnection", 106 "kind": "LinkedField", 107 "name": "__Profile_fmTealAlphaFeedPlays_connection", 108 "plural": false, 109 "selections": [ 110 { 111 "alias": null, 112 "args": null, 113 "kind": "ScalarField", 114 "name": "totalCount", 115 "storageKey": null 116 }, 117 { 118 "alias": null, 119 "args": null, 120 "concreteType": "FmTealAlphaFeedPlayEdge", 121 "kind": "LinkedField", 122 "name": "edges", 123 "plural": true, 124 "selections": [ 125 { 126 "alias": null, 127 "args": null, 128 "concreteType": "FmTealAlphaFeedPlay", 129 "kind": "LinkedField", 130 "name": "node", 131 "plural": false, 132 "selections": [ 133 { 134 "args": null, 135 "kind": "FragmentSpread", 136 "name": "TrackItem_play" 137 }, 138 { 139 "alias": null, 140 "args": null, 141 "kind": "ScalarField", 142 "name": "actorHandle", 143 "storageKey": null 144 }, 145 { 146 "alias": null, 147 "args": null, 148 "concreteType": "AppBskyActorProfile", 149 "kind": "LinkedField", 150 "name": "appBskyActorProfile", 151 "plural": false, 152 "selections": [ 153 { 154 "alias": null, 155 "args": null, 156 "kind": "ScalarField", 157 "name": "displayName", 158 "storageKey": null 159 }, 160 { 161 "alias": null, 162 "args": null, 163 "kind": "ScalarField", 164 "name": "description", 165 "storageKey": null 166 }, 167 { 168 "alias": null, 169 "args": null, 170 "concreteType": "Blob", 171 "kind": "LinkedField", 172 "name": "avatar", 173 "plural": false, 174 "selections": [ 175 { 176 "alias": null, 177 "args": [ 178 { 179 "kind": "Literal", 180 "name": "preset", 181 "value": "avatar" 182 } 183 ], 184 "kind": "ScalarField", 185 "name": "url", 186 "storageKey": "url(preset:\"avatar\")" 187 } 188 ], 189 "storageKey": null 190 } 191 ], 192 "storageKey": null 193 }, 194 { 195 "alias": null, 196 "args": null, 197 "kind": "ScalarField", 198 "name": "__typename", 199 "storageKey": null 200 } 201 ], 202 "storageKey": null 203 }, 204 { 205 "alias": null, 206 "args": null, 207 "kind": "ScalarField", 208 "name": "cursor", 209 "storageKey": null 210 } 211 ], 212 "storageKey": null 213 }, 214 { 215 "alias": null, 216 "args": null, 217 "concreteType": "PageInfo", 218 "kind": "LinkedField", 219 "name": "pageInfo", 220 "plural": false, 221 "selections": [ 222 { 223 "alias": null, 224 "args": null, 225 "kind": "ScalarField", 226 "name": "endCursor", 227 "storageKey": null 228 }, 229 { 230 "alias": null, 231 "args": null, 232 "kind": "ScalarField", 233 "name": "hasNextPage", 234 "storageKey": null 235 } 236 ], 237 "storageKey": null 238 } 239 ], 240 "storageKey": null 241 } 242 ], 243 "type": "Query", 244 "abstractKey": null 245}; 246})(); 247 248(node as any).hash = "86bf47e8cb24c938b0b5d7ad6f5cb916"; 249 250export default node;