Teal.fm frontend powered by slices.network tealfm-slices.wisp.place
tealfm slices
1/** 2 * @generated SignedSource<<1403d6e3403844ad955c2fe48c8a66c9>> 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 TrackItem_play$data = { 14 readonly actorHandle: string | null | undefined; 15 readonly appBskyActorProfile: { 16 readonly displayName: string | null | undefined; 17 } | null | undefined; 18 readonly artists: any | null | undefined; 19 readonly playedTime: string | null | undefined; 20 readonly releaseMbId: string | null | undefined; 21 readonly releaseName: string | null | undefined; 22 readonly trackName: string; 23 readonly " $fragmentType": "TrackItem_play"; 24}; 25export type TrackItem_play$key = { 26 readonly " $data"?: TrackItem_play$data; 27 readonly " $fragmentSpreads": FragmentRefs<"TrackItem_play">; 28}; 29 30const node: ReaderFragment = { 31 "argumentDefinitions": [], 32 "kind": "Fragment", 33 "metadata": null, 34 "name": "TrackItem_play", 35 "selections": [ 36 { 37 "alias": null, 38 "args": null, 39 "kind": "ScalarField", 40 "name": "trackName", 41 "storageKey": null 42 }, 43 { 44 "alias": null, 45 "args": null, 46 "kind": "ScalarField", 47 "name": "playedTime", 48 "storageKey": null 49 }, 50 { 51 "alias": null, 52 "args": null, 53 "kind": "ScalarField", 54 "name": "artists", 55 "storageKey": null 56 }, 57 { 58 "alias": null, 59 "args": null, 60 "kind": "ScalarField", 61 "name": "releaseName", 62 "storageKey": null 63 }, 64 { 65 "alias": null, 66 "args": null, 67 "kind": "ScalarField", 68 "name": "releaseMbId", 69 "storageKey": null 70 }, 71 { 72 "alias": null, 73 "args": null, 74 "kind": "ScalarField", 75 "name": "actorHandle", 76 "storageKey": null 77 }, 78 { 79 "alias": null, 80 "args": null, 81 "concreteType": "AppBskyActorProfile", 82 "kind": "LinkedField", 83 "name": "appBskyActorProfile", 84 "plural": false, 85 "selections": [ 86 { 87 "alias": null, 88 "args": null, 89 "kind": "ScalarField", 90 "name": "displayName", 91 "storageKey": null 92 } 93 ], 94 "storageKey": null 95 } 96 ], 97 "type": "FmTealAlphaFeedPlay", 98 "abstractKey": null 99}; 100 101(node as any).hash = "08e8e2c14a894471e9a3153f8918e02e"; 102 103export default node;