forked from
chadtmiller.com/slices-teal-relay
Teal.fm frontend powered by slices.network
tealfm-slices.wisp.place
tealfm
slices
1/**
2 * @generated SignedSource<<a492b6190b60e9be64d199702b76977a>>
3 * @lightSyntaxTransform
4 * @nogrep
5 */
6
7/* tslint:disable */
8/* eslint-disable */
9// @ts-nocheck
10
11import { ConcreteRequest } from 'relay-runtime';
12export type TopAlbumsQuery$variables = Record<PropertyKey, never>;
13export type TopAlbumsQuery$data = {
14 readonly fmTealAlphaFeedPlaysAggregated: ReadonlyArray<{
15 readonly artists: string | null | undefined;
16 readonly count: number;
17 readonly releaseMbId: string | null | undefined;
18 readonly releaseName: string | null | undefined;
19 }>;
20};
21export type TopAlbumsQuery = {
22 response: TopAlbumsQuery$data;
23 variables: TopAlbumsQuery$variables;
24};
25
26const node: ConcreteRequest = (function(){
27var v0 = [
28 {
29 "alias": null,
30 "args": [
31 {
32 "kind": "Literal",
33 "name": "groupBy",
34 "value": [
35 "releaseMbId",
36 "releaseName",
37 "artists"
38 ]
39 },
40 {
41 "kind": "Literal",
42 "name": "limit",
43 "value": 100
44 },
45 {
46 "kind": "Literal",
47 "name": "orderBy",
48 "value": {
49 "count": "desc"
50 }
51 }
52 ],
53 "concreteType": "FmTealAlphaFeedPlayAggregated",
54 "kind": "LinkedField",
55 "name": "fmTealAlphaFeedPlaysAggregated",
56 "plural": true,
57 "selections": [
58 {
59 "alias": null,
60 "args": null,
61 "kind": "ScalarField",
62 "name": "releaseMbId",
63 "storageKey": null
64 },
65 {
66 "alias": null,
67 "args": null,
68 "kind": "ScalarField",
69 "name": "releaseName",
70 "storageKey": null
71 },
72 {
73 "alias": null,
74 "args": null,
75 "kind": "ScalarField",
76 "name": "artists",
77 "storageKey": null
78 },
79 {
80 "alias": null,
81 "args": null,
82 "kind": "ScalarField",
83 "name": "count",
84 "storageKey": null
85 }
86 ],
87 "storageKey": "fmTealAlphaFeedPlaysAggregated(groupBy:[\"releaseMbId\",\"releaseName\",\"artists\"],limit:100,orderBy:{\"count\":\"desc\"})"
88 }
89];
90return {
91 "fragment": {
92 "argumentDefinitions": [],
93 "kind": "Fragment",
94 "metadata": null,
95 "name": "TopAlbumsQuery",
96 "selections": (v0/*: any*/),
97 "type": "Query",
98 "abstractKey": null
99 },
100 "kind": "Request",
101 "operation": {
102 "argumentDefinitions": [],
103 "kind": "Operation",
104 "name": "TopAlbumsQuery",
105 "selections": (v0/*: any*/)
106 },
107 "params": {
108 "cacheID": "65b42ff33b8a5de6eb4785e764ae70fc",
109 "id": null,
110 "metadata": {},
111 "name": "TopAlbumsQuery",
112 "operationKind": "query",
113 "text": "query TopAlbumsQuery {\n fmTealAlphaFeedPlaysAggregated(groupBy: [\"releaseMbId\", \"releaseName\", \"artists\"], orderBy: {count: desc}, limit: 100) {\n releaseMbId\n releaseName\n artists\n count\n }\n}\n"
114 }
115};
116})();
117
118(node as any).hash = "b5748a3a4af3140d3cff228e7462f73d";
119
120export default node;