/** * @generated SignedSource<<8d07fc631e364271a41ea2bd1ab069bb>> * @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 TopAlbumsQuery$variables = { where?: FmTealAlphaFeedPlayWhereInput | null | undefined; }; export type TopAlbumsQuery$data = { readonly fmTealAlphaFeedPlayAggregated: ReadonlyArray<{ readonly artists: string | null | undefined; readonly count: number; readonly releaseMbId: string | null | undefined; readonly releaseName: string | null | undefined; }> | null | undefined; }; export type TopAlbumsQuery = { response: TopAlbumsQuery$data; variables: TopAlbumsQuery$variables; }; const node: ConcreteRequest = (function(){ var v0 = [ { "defaultValue": null, "kind": "LocalArgument", "name": "where" } ], v1 = [ { "alias": null, "args": [ { "kind": "Literal", "name": "groupBy", "value": [ { "field": "releaseMbId" }, { "field": "releaseName" }, { "field": "artists" } ] }, { "kind": "Literal", "name": "limit", "value": 100 }, { "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": "releaseMbId", "storageKey": null }, { "alias": null, "args": null, "kind": "ScalarField", "name": "releaseName", "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": "TopAlbumsQuery", "selections": (v1/*: any*/), "type": "Query", "abstractKey": null }, "kind": "Request", "operation": { "argumentDefinitions": (v0/*: any*/), "kind": "Operation", "name": "TopAlbumsQuery", "selections": (v1/*: any*/) }, "params": { "cacheID": "6b742b6a57c908748af1780da995e31c", "id": null, "metadata": {}, "name": "TopAlbumsQuery", "operationKind": "query", "text": "query TopAlbumsQuery(\n $where: FmTealAlphaFeedPlayWhereInput\n) {\n fmTealAlphaFeedPlayAggregated(groupBy: [{field: releaseMbId}, {field: releaseName}, {field: artists}], orderBy: {count: DESC}, limit: 100, where: $where) {\n releaseMbId\n releaseName\n artists\n count\n }\n}\n" } }; })(); (node as any).hash = "13fd8a47c19eeb4f327f0d6d869b73cd"; export default node;