/** * @generated SignedSource<<3d375bb2f6549eb84b9399717743b845>> * @lightSyntaxTransform * @nogrep */ /* tslint:disable */ /* eslint-disable */ // @ts-nocheck import { ConcreteRequest } from 'relay-runtime'; export type FmTealAlphaFeedPlayWhereInput = { actorHandle?: FmTealAlphaFeedPlayFieldCondition | null | undefined; and?: ReadonlyArray | null | undefined; cid?: FmTealAlphaFeedPlayFieldCondition | null | undefined; collection?: FmTealAlphaFeedPlayFieldCondition | null | undefined; did?: FmTealAlphaFeedPlayFieldCondition | null | undefined; duration?: FmTealAlphaFeedPlayFieldCondition | null | undefined; indexedAt?: FmTealAlphaFeedPlayFieldCondition | null | undefined; isrc?: FmTealAlphaFeedPlayFieldCondition | null | undefined; musicServiceBaseDomain?: FmTealAlphaFeedPlayFieldCondition | null | undefined; or?: ReadonlyArray | null | undefined; originUrl?: FmTealAlphaFeedPlayFieldCondition | null | undefined; playedTime?: FmTealAlphaFeedPlayFieldCondition | null | undefined; recordingMbId?: FmTealAlphaFeedPlayFieldCondition | null | undefined; releaseMbId?: FmTealAlphaFeedPlayFieldCondition | null | undefined; releaseName?: FmTealAlphaFeedPlayFieldCondition | null | undefined; submissionClientAgent?: FmTealAlphaFeedPlayFieldCondition | null | undefined; trackMbId?: FmTealAlphaFeedPlayFieldCondition | null | undefined; trackName?: FmTealAlphaFeedPlayFieldCondition | null | undefined; uri?: FmTealAlphaFeedPlayFieldCondition | null | undefined; }; export type FmTealAlphaFeedPlayFieldCondition = { contains?: string | null | undefined; eq?: string | null | undefined; gt?: string | null | undefined; gte?: string | null | undefined; in?: ReadonlyArray | null | undefined; lt?: string | null | undefined; lte?: string | null | undefined; }; export type TopTracksQuery$variables = { where?: FmTealAlphaFeedPlayWhereInput | null | undefined; }; export type TopTracksQuery$data = { readonly fmTealAlphaFeedPlayAggregated: ReadonlyArray<{ readonly artists: string | null | undefined; readonly count: number; readonly releaseMbId: string | null | undefined; readonly trackName: string | null | undefined; }> | null | undefined; }; export type TopTracksQuery = { response: TopTracksQuery$data; variables: TopTracksQuery$variables; }; const node: ConcreteRequest = (function(){ var v0 = [ { "defaultValue": null, "kind": "LocalArgument", "name": "where" } ], v1 = [ { "alias": null, "args": [ { "kind": "Literal", "name": "groupBy", "value": [ { "field": "trackName" }, { "field": "releaseMbId" }, { "field": "artists" } ] }, { "kind": "Literal", "name": "limit", "value": 50 }, { "kind": "Literal", "name": "orderBy", "value": { "count": "DESC" } }, { "kind": "Variable", "name": "where", "variableName": "where" } ], "concreteType": "FmTealAlphaFeedPlayAggregated", "kind": "LinkedField", "name": "fmTealAlphaFeedPlayAggregated", "plural": true, "selections": [ { "alias": null, "args": null, "kind": "ScalarField", "name": "trackName", "storageKey": null }, { "alias": null, "args": null, "kind": "ScalarField", "name": "releaseMbId", "storageKey": null }, { "alias": null, "args": null, "kind": "ScalarField", "name": "artists", "storageKey": null }, { "alias": null, "args": null, "kind": "ScalarField", "name": "count", "storageKey": null } ], "storageKey": null } ]; return { "fragment": { "argumentDefinitions": (v0/*: any*/), "kind": "Fragment", "metadata": null, "name": "TopTracksQuery", "selections": (v1/*: any*/), "type": "Query", "abstractKey": null }, "kind": "Request", "operation": { "argumentDefinitions": (v0/*: any*/), "kind": "Operation", "name": "TopTracksQuery", "selections": (v1/*: any*/) }, "params": { "cacheID": "bc9ed2b6c355b3a8fedb84cb713fa8de", "id": null, "metadata": {}, "name": "TopTracksQuery", "operationKind": "query", "text": "query TopTracksQuery(\n $where: FmTealAlphaFeedPlayWhereInput\n) {\n fmTealAlphaFeedPlayAggregated(groupBy: [{field: trackName}, {field: releaseMbId}, {field: artists}], orderBy: {count: DESC}, limit: 50, where: $where) {\n trackName\n releaseMbId\n artists\n count\n }\n}\n" } }; })(); (node as any).hash = "d2aadd883f60f6f31f8d466dc9653cd8"; export default node;