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