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