forked from
chadtmiller.com/slices-teal-relay
Teal.fm frontend powered by slices.network
tealfm-slices.wisp.place
tealfm
slices
1/**
2 * @generated SignedSource<<ba0bacb4e016f0edbea67013c8694b23>>
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 App_plays$data = {
14 readonly fmTealAlphaFeedPlays: {
15 readonly edges: ReadonlyArray<{
16 readonly node: {
17 readonly playedTime: string | null | undefined;
18 readonly " $fragmentSpreads": FragmentRefs<"TrackItem_play">;
19 };
20 }>;
21 readonly totalCount: number;
22 };
23 readonly " $fragmentType": "App_plays";
24};
25export type App_plays$key = {
26 readonly " $data"?: App_plays$data;
27 readonly " $fragmentSpreads": FragmentRefs<"App_plays">;
28};
29
30import AppPaginationQuery_graphql from './AppPaginationQuery.graphql';
31
32const node: ReaderFragment = (function(){
33var v0 = [
34 "fmTealAlphaFeedPlays"
35];
36return {
37 "argumentDefinitions": [
38 {
39 "defaultValue": 20,
40 "kind": "LocalArgument",
41 "name": "count"
42 },
43 {
44 "defaultValue": null,
45 "kind": "LocalArgument",
46 "name": "cursor"
47 }
48 ],
49 "kind": "Fragment",
50 "metadata": {
51 "connection": [
52 {
53 "count": "count",
54 "cursor": "cursor",
55 "direction": "forward",
56 "path": (v0/*: any*/)
57 }
58 ],
59 "refetch": {
60 "connection": {
61 "forward": {
62 "count": "count",
63 "cursor": "cursor"
64 },
65 "backward": null,
66 "path": (v0/*: any*/)
67 },
68 "fragmentPathInResult": [],
69 "operation": AppPaginationQuery_graphql
70 }
71 },
72 "name": "App_plays",
73 "selections": [
74 {
75 "alias": "fmTealAlphaFeedPlays",
76 "args": [
77 {
78 "kind": "Literal",
79 "name": "sortBy",
80 "value": [
81 {
82 "direction": "desc",
83 "field": "playedTime"
84 }
85 ]
86 }
87 ],
88 "concreteType": "FmTealAlphaFeedPlayConnection",
89 "kind": "LinkedField",
90 "name": "__App_fmTealAlphaFeedPlays_connection",
91 "plural": false,
92 "selections": [
93 {
94 "alias": null,
95 "args": null,
96 "kind": "ScalarField",
97 "name": "totalCount",
98 "storageKey": null
99 },
100 {
101 "alias": null,
102 "args": null,
103 "concreteType": "FmTealAlphaFeedPlayEdge",
104 "kind": "LinkedField",
105 "name": "edges",
106 "plural": true,
107 "selections": [
108 {
109 "alias": null,
110 "args": null,
111 "concreteType": "FmTealAlphaFeedPlay",
112 "kind": "LinkedField",
113 "name": "node",
114 "plural": false,
115 "selections": [
116 {
117 "alias": null,
118 "args": null,
119 "kind": "ScalarField",
120 "name": "playedTime",
121 "storageKey": null
122 },
123 {
124 "args": null,
125 "kind": "FragmentSpread",
126 "name": "TrackItem_play"
127 },
128 {
129 "alias": null,
130 "args": null,
131 "kind": "ScalarField",
132 "name": "__typename",
133 "storageKey": null
134 }
135 ],
136 "storageKey": null
137 },
138 {
139 "alias": null,
140 "args": null,
141 "kind": "ScalarField",
142 "name": "cursor",
143 "storageKey": null
144 }
145 ],
146 "storageKey": null
147 },
148 {
149 "alias": null,
150 "args": null,
151 "concreteType": "PageInfo",
152 "kind": "LinkedField",
153 "name": "pageInfo",
154 "plural": false,
155 "selections": [
156 {
157 "alias": null,
158 "args": null,
159 "kind": "ScalarField",
160 "name": "endCursor",
161 "storageKey": null
162 },
163 {
164 "alias": null,
165 "args": null,
166 "kind": "ScalarField",
167 "name": "hasNextPage",
168 "storageKey": null
169 }
170 ],
171 "storageKey": null
172 }
173 ],
174 "storageKey": "__App_fmTealAlphaFeedPlays_connection(sortBy:[{\"direction\":\"desc\",\"field\":\"playedTime\"}])"
175 }
176 ],
177 "type": "Query",
178 "abstractKey": null
179};
180})();
181
182(node as any).hash = "1e73fa97ccff20071e5a3fba0f00b48c";
183
184export default node;