Teal.fm frontend powered by slices.network tealfm-slices.wisp.place
tealfm slices
1/** 2 * @generated SignedSource<<58e8aa653524405ace1405d28bd8f19e>> 3 * @lightSyntaxTransform 4 * @nogrep 5 */ 6 7/* tslint:disable */ 8/* eslint-disable */ 9// @ts-nocheck 10 11import { ConcreteRequest } from 'relay-runtime'; 12export type TopTracksQuery$variables = Record<PropertyKey, never>; 13export type TopTracksQuery$data = { 14 readonly fmTealAlphaFeedPlaysAggregated: ReadonlyArray<{ 15 readonly artists: any | null | undefined; 16 readonly count: number; 17 readonly releaseMbId: any | null | undefined; 18 readonly trackName: any | null | undefined; 19 }>; 20}; 21export type TopTracksQuery = { 22 response: TopTracksQuery$data; 23 variables: TopTracksQuery$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 "trackName", 36 "releaseMbId", 37 "artists" 38 ] 39 }, 40 { 41 "kind": "Literal", 42 "name": "limit", 43 "value": 50 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": "trackName", 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": "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:[\"trackName\",\"releaseMbId\",\"artists\"],limit:50,orderBy:{\"count\":\"desc\"})" 88 } 89]; 90return { 91 "fragment": { 92 "argumentDefinitions": [], 93 "kind": "Fragment", 94 "metadata": null, 95 "name": "TopTracksQuery", 96 "selections": (v0/*: any*/), 97 "type": "Query", 98 "abstractKey": null 99 }, 100 "kind": "Request", 101 "operation": { 102 "argumentDefinitions": [], 103 "kind": "Operation", 104 "name": "TopTracksQuery", 105 "selections": (v0/*: any*/) 106 }, 107 "params": { 108 "cacheID": "61e9f7886dfe9eaeb599b939f2d636e5", 109 "id": null, 110 "metadata": {}, 111 "name": "TopTracksQuery", 112 "operationKind": "query", 113 "text": "query TopTracksQuery {\n fmTealAlphaFeedPlaysAggregated(groupBy: [\"trackName\", \"releaseMbId\", \"artists\"], orderBy: {count: desc}, limit: 50) {\n trackName\n releaseMbId\n artists\n count\n }\n}\n" 114 } 115}; 116})(); 117 118(node as any).hash = "536f8ddb64daa09017abff121d7ea8ce"; 119 120export default node;