/** * @generated SignedSource<<56d01afcb35d5633d0a5ab743e6b9b74>> * @lightSyntaxTransform * @nogrep */ /* tslint:disable */ /* eslint-disable */ // @ts-nocheck import { ConcreteRequest } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type NetworkSlicesSliceWhereInput = { actorHandle?: StringFilter | null | undefined; and?: ReadonlyArray | null | undefined; cid?: StringFilter | null | undefined; collection?: StringFilter | null | undefined; createdAt?: StringFilter | null | undefined; did?: StringFilter | null | undefined; domain?: StringFilter | null | undefined; indexedAt?: DateTimeFilter | null | undefined; json?: StringFilter | null | undefined; name?: StringFilter | null | undefined; or?: ReadonlyArray | null | undefined; uri?: StringFilter | null | undefined; }; export type DateTimeFilter = { eq?: string | null | undefined; gt?: string | null | undefined; gte?: string | null | undefined; lt?: string | null | undefined; lte?: string | null | undefined; }; export type StringFilter = { contains?: string | null | undefined; eq?: string | null | undefined; fuzzy?: 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 NetworkSlicesLexiconWhereInput = { actorHandle?: StringFilter | null | undefined; and?: ReadonlyArray | null | undefined; cid?: StringFilter | null | undefined; collection?: StringFilter | null | undefined; createdAt?: StringFilter | null | undefined; definitions?: StringFilter | null | undefined; description?: StringFilter | null | undefined; did?: StringFilter | null | undefined; excludedFromSync?: StringFilter | null | undefined; indexedAt?: DateTimeFilter | null | undefined; json?: StringFilter | null | undefined; nsid?: StringFilter | null | undefined; or?: ReadonlyArray | null | undefined; slice?: StringFilter | null | undefined; updatedAt?: StringFilter | null | undefined; uri?: StringFilter | null | undefined; }; export type SliceOverviewQuery$variables = { lexiconWhere?: NetworkSlicesLexiconWhereInput | null | undefined; sliceWhere?: NetworkSlicesSliceWhereInput | null | undefined; }; export type SliceOverviewQuery$data = { readonly networkSlicesLexicons: { readonly edges: ReadonlyArray<{ readonly node: { readonly nsid: string; readonly " $fragmentSpreads": FragmentRefs<"LexiconTree_lexicon">; }; }>; }; readonly networkSlicesSlices: { readonly edges: ReadonlyArray<{ readonly node: { readonly actorHandle: string | null | undefined; readonly createdAt: string; readonly did: string; readonly domain: string; readonly name: string; readonly networkSlicesActorProfile: { readonly avatar: { readonly url: string; } | null | undefined; } | null | undefined; readonly sparklines: ReadonlyArray<{ readonly " $fragmentSpreads": FragmentRefs<"Sparkline_sparklines">; }>; readonly stats: { readonly collections: ReadonlyArray; readonly totalActors: number; readonly totalRecords: number; }; readonly uri: string; }; }>; }; }; export type SliceOverviewQuery = { response: SliceOverviewQuery$data; variables: SliceOverviewQuery$variables; }; const node: ConcreteRequest = (function(){ var v0 = { "defaultValue": null, "kind": "LocalArgument", "name": "lexiconWhere" }, v1 = { "defaultValue": null, "kind": "LocalArgument", "name": "sliceWhere" }, v2 = [ { "kind": "Literal", "name": "first", "value": 1 }, { "kind": "Variable", "name": "where", "variableName": "sliceWhere" } ], v3 = { "alias": null, "args": null, "kind": "ScalarField", "name": "uri", "storageKey": null }, v4 = { "alias": null, "args": null, "kind": "ScalarField", "name": "name", "storageKey": null }, v5 = { "alias": null, "args": null, "kind": "ScalarField", "name": "domain", "storageKey": null }, v6 = { "alias": null, "args": null, "kind": "ScalarField", "name": "did", "storageKey": null }, v7 = { "alias": null, "args": null, "kind": "ScalarField", "name": "createdAt", "storageKey": null }, v8 = { "alias": null, "args": null, "kind": "ScalarField", "name": "actorHandle", "storageKey": null }, v9 = { "alias": null, "args": null, "concreteType": "Blob", "kind": "LinkedField", "name": "avatar", "plural": false, "selections": [ { "alias": null, "args": [ { "kind": "Literal", "name": "preset", "value": "avatar" } ], "kind": "ScalarField", "name": "url", "storageKey": "url(preset:\"avatar\")" } ], "storageKey": null }, v10 = [ { "kind": "Literal", "name": "duration", "value": "7d" }, { "kind": "Literal", "name": "interval", "value": "hour" } ], v11 = { "alias": null, "args": null, "concreteType": "SliceStats", "kind": "LinkedField", "name": "stats", "plural": false, "selections": [ { "alias": null, "args": null, "kind": "ScalarField", "name": "totalRecords", "storageKey": null }, { "alias": null, "args": null, "kind": "ScalarField", "name": "totalActors", "storageKey": null }, { "alias": null, "args": null, "kind": "ScalarField", "name": "collections", "storageKey": null } ], "storageKey": null }, v12 = { "kind": "Variable", "name": "where", "variableName": "lexiconWhere" }, v13 = { "alias": null, "args": null, "kind": "ScalarField", "name": "nsid", "storageKey": null }, v14 = { "alias": null, "args": null, "kind": "ScalarField", "name": "description", "storageKey": null }, v15 = { "alias": null, "args": null, "kind": "ScalarField", "name": "definitions", "storageKey": null }, v16 = { "alias": null, "args": null, "kind": "ScalarField", "name": "updatedAt", "storageKey": null }, v17 = { "alias": null, "args": null, "kind": "ScalarField", "name": "__typename", "storageKey": null }, v18 = { "alias": null, "args": null, "kind": "ScalarField", "name": "cursor", "storageKey": null }, v19 = { "alias": null, "args": null, "concreteType": "PageInfo", "kind": "LinkedField", "name": "pageInfo", "plural": false, "selections": [ { "alias": null, "args": null, "kind": "ScalarField", "name": "endCursor", "storageKey": null }, { "alias": null, "args": null, "kind": "ScalarField", "name": "hasNextPage", "storageKey": null } ], "storageKey": null }, v20 = { "alias": null, "args": null, "kind": "ScalarField", "name": "id", "storageKey": null }, v21 = [ { "kind": "Literal", "name": "first", "value": 1000 }, (v12/*: any*/) ]; return { "fragment": { "argumentDefinitions": [ (v0/*: any*/), (v1/*: any*/) ], "kind": "Fragment", "metadata": null, "name": "SliceOverviewQuery", "selections": [ { "alias": null, "args": (v2/*: any*/), "concreteType": "NetworkSlicesSliceConnection", "kind": "LinkedField", "name": "networkSlicesSlices", "plural": false, "selections": [ { "alias": null, "args": null, "concreteType": "NetworkSlicesSliceEdge", "kind": "LinkedField", "name": "edges", "plural": true, "selections": [ { "alias": null, "args": null, "concreteType": "NetworkSlicesSlice", "kind": "LinkedField", "name": "node", "plural": false, "selections": [ (v3/*: any*/), (v4/*: any*/), (v5/*: any*/), (v6/*: any*/), (v7/*: any*/), (v8/*: any*/), { "alias": null, "args": null, "concreteType": "NetworkSlicesActorProfile", "kind": "LinkedField", "name": "networkSlicesActorProfile", "plural": false, "selections": [ (v9/*: any*/) ], "storageKey": null }, { "alias": null, "args": (v10/*: any*/), "concreteType": "SparklinePoint", "kind": "LinkedField", "name": "sparklines", "plural": true, "selections": [ { "args": null, "kind": "FragmentSpread", "name": "Sparkline_sparklines" } ], "storageKey": "sparklines(duration:\"7d\",interval:\"hour\")" }, (v11/*: any*/) ], "storageKey": null } ], "storageKey": null } ], "storageKey": null }, { "alias": "networkSlicesLexicons", "args": [ (v12/*: any*/) ], "concreteType": "NetworkSlicesLexiconConnection", "kind": "LinkedField", "name": "__SliceOverview_networkSlicesLexicons_connection", "plural": false, "selections": [ { "alias": null, "args": null, "concreteType": "NetworkSlicesLexiconEdge", "kind": "LinkedField", "name": "edges", "plural": true, "selections": [ { "alias": null, "args": null, "concreteType": "NetworkSlicesLexicon", "kind": "LinkedField", "name": "node", "plural": false, "selections": [ { "kind": "InlineDataFragmentSpread", "name": "LexiconTree_lexicon", "selections": [ (v3/*: any*/), (v13/*: any*/), (v14/*: any*/), (v15/*: any*/), (v7/*: any*/), (v16/*: any*/) ], "args": null, "argumentDefinitions": [] }, (v13/*: any*/), (v17/*: any*/) ], "storageKey": null }, (v18/*: any*/) ], "storageKey": null }, (v19/*: any*/) ], "storageKey": null } ], "type": "Query", "abstractKey": null }, "kind": "Request", "operation": { "argumentDefinitions": [ (v1/*: any*/), (v0/*: any*/) ], "kind": "Operation", "name": "SliceOverviewQuery", "selections": [ { "alias": null, "args": (v2/*: any*/), "concreteType": "NetworkSlicesSliceConnection", "kind": "LinkedField", "name": "networkSlicesSlices", "plural": false, "selections": [ { "alias": null, "args": null, "concreteType": "NetworkSlicesSliceEdge", "kind": "LinkedField", "name": "edges", "plural": true, "selections": [ { "alias": null, "args": null, "concreteType": "NetworkSlicesSlice", "kind": "LinkedField", "name": "node", "plural": false, "selections": [ (v3/*: any*/), (v4/*: any*/), (v5/*: any*/), (v6/*: any*/), (v7/*: any*/), (v8/*: any*/), { "alias": null, "args": null, "concreteType": "NetworkSlicesActorProfile", "kind": "LinkedField", "name": "networkSlicesActorProfile", "plural": false, "selections": [ (v9/*: any*/), (v20/*: any*/) ], "storageKey": null }, { "alias": null, "args": (v10/*: any*/), "concreteType": "SparklinePoint", "kind": "LinkedField", "name": "sparklines", "plural": true, "selections": [ { "alias": null, "args": null, "kind": "ScalarField", "name": "timestamp", "storageKey": null }, { "alias": null, "args": null, "kind": "ScalarField", "name": "count", "storageKey": null } ], "storageKey": "sparklines(duration:\"7d\",interval:\"hour\")" }, (v11/*: any*/), (v20/*: any*/) ], "storageKey": null } ], "storageKey": null } ], "storageKey": null }, { "alias": null, "args": (v21/*: any*/), "concreteType": "NetworkSlicesLexiconConnection", "kind": "LinkedField", "name": "networkSlicesLexicons", "plural": false, "selections": [ { "alias": null, "args": null, "concreteType": "NetworkSlicesLexiconEdge", "kind": "LinkedField", "name": "edges", "plural": true, "selections": [ { "alias": null, "args": null, "concreteType": "NetworkSlicesLexicon", "kind": "LinkedField", "name": "node", "plural": false, "selections": [ (v3/*: any*/), (v13/*: any*/), (v14/*: any*/), (v15/*: any*/), (v7/*: any*/), (v16/*: any*/), (v20/*: any*/), (v17/*: any*/) ], "storageKey": null }, (v18/*: any*/) ], "storageKey": null }, (v19/*: any*/) ], "storageKey": null }, { "alias": null, "args": (v21/*: any*/), "filters": [ "where" ], "handle": "connection", "key": "SliceOverview_networkSlicesLexicons", "kind": "LinkedHandle", "name": "networkSlicesLexicons" } ] }, "params": { "cacheID": "2f3d4ae5bd756320c0119219b3248f93", "id": null, "metadata": { "connection": [ { "count": null, "cursor": null, "direction": "forward", "path": [ "networkSlicesLexicons" ] } ] }, "name": "SliceOverviewQuery", "operationKind": "query", "text": "query SliceOverviewQuery(\n $sliceWhere: NetworkSlicesSliceWhereInput\n $lexiconWhere: NetworkSlicesLexiconWhereInput\n) {\n networkSlicesSlices(first: 1, where: $sliceWhere) {\n edges {\n node {\n uri\n name\n domain\n did\n createdAt\n actorHandle\n networkSlicesActorProfile {\n avatar {\n url(preset: \"avatar\")\n }\n id\n }\n sparklines(interval: \"hour\", duration: \"7d\") {\n ...Sparkline_sparklines\n }\n stats {\n totalRecords\n totalActors\n collections\n }\n id\n }\n }\n }\n networkSlicesLexicons(first: 1000, where: $lexiconWhere) {\n edges {\n node {\n ...LexiconTree_lexicon\n nsid\n id\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n}\n\nfragment LexiconTree_lexicon on NetworkSlicesLexicon {\n uri\n nsid\n description\n definitions\n createdAt\n updatedAt\n}\n\nfragment Sparkline_sparklines on SparklinePoint {\n timestamp\n count\n}\n" } }; })(); (node as any).hash = "8bed88bd6f70deb339534f7cdca5a0ca"; export default node;