/** * @generated SignedSource<<3f142b10149c9a9b2d8b01aa6378983a>> * @lightSyntaxTransform * @nogrep */ /* tslint:disable */ /* eslint-disable */ // @ts-nocheck import { ConcreteRequest } 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 SliceLexiconDetailQuery$variables = { lexiconWhere?: NetworkSlicesLexiconWhereInput | null | undefined; sliceWhere?: NetworkSlicesSliceWhereInput | null | undefined; }; export type SliceLexiconDetailQuery$data = { readonly networkSlicesLexicons: { readonly edges: ReadonlyArray<{ readonly node: { readonly createdAt: string; readonly definitions: string; readonly description: string | null | undefined; readonly excludedFromSync: boolean | null | undefined; readonly nsid: string; readonly updatedAt: string | null | undefined; readonly uri: string; }; }>; }; readonly networkSlicesSlices: { readonly edges: ReadonlyArray<{ readonly node: { readonly actorHandle: string | null | undefined; readonly did: string; readonly domain: string; readonly name: string; readonly networkSlicesActorProfile: { readonly avatar: { readonly url: string; } | null | undefined; } | null | undefined; readonly uri: string; }; }>; }; }; export type SliceLexiconDetailQuery = { response: SliceLexiconDetailQuery$data; variables: SliceLexiconDetailQuery$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": "actorHandle", "storageKey": null }, v7 = { "alias": null, "args": null, "kind": "ScalarField", "name": "did", "storageKey": null }, v8 = { "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 }, v9 = [ { "kind": "Literal", "name": "first", "value": 1000 }, { "kind": "Variable", "name": "where", "variableName": "lexiconWhere" } ], v10 = { "alias": null, "args": null, "kind": "ScalarField", "name": "nsid", "storageKey": null }, v11 = { "alias": null, "args": null, "kind": "ScalarField", "name": "description", "storageKey": null }, v12 = { "alias": null, "args": null, "kind": "ScalarField", "name": "definitions", "storageKey": null }, v13 = { "alias": null, "args": null, "kind": "ScalarField", "name": "createdAt", "storageKey": null }, v14 = { "alias": null, "args": null, "kind": "ScalarField", "name": "updatedAt", "storageKey": null }, v15 = { "alias": null, "args": null, "kind": "ScalarField", "name": "excludedFromSync", "storageKey": null }, v16 = { "alias": null, "args": null, "kind": "ScalarField", "name": "id", "storageKey": null }; return { "fragment": { "argumentDefinitions": [ (v0/*: any*/), (v1/*: any*/) ], "kind": "Fragment", "metadata": null, "name": "SliceLexiconDetailQuery", "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*/), { "alias": null, "args": null, "concreteType": "NetworkSlicesActorProfile", "kind": "LinkedField", "name": "networkSlicesActorProfile", "plural": false, "selections": [ (v8/*: any*/) ], "storageKey": null } ], "storageKey": null } ], "storageKey": null } ], "storageKey": null }, { "alias": null, "args": (v9/*: 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*/), (v10/*: any*/), (v11/*: any*/), (v12/*: any*/), (v13/*: any*/), (v14/*: any*/), (v15/*: any*/) ], "storageKey": null } ], "storageKey": null } ], "storageKey": null } ], "type": "Query", "abstractKey": null }, "kind": "Request", "operation": { "argumentDefinitions": [ (v1/*: any*/), (v0/*: any*/) ], "kind": "Operation", "name": "SliceLexiconDetailQuery", "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*/), { "alias": null, "args": null, "concreteType": "NetworkSlicesActorProfile", "kind": "LinkedField", "name": "networkSlicesActorProfile", "plural": false, "selections": [ (v8/*: any*/), (v16/*: any*/) ], "storageKey": null }, (v16/*: any*/) ], "storageKey": null } ], "storageKey": null } ], "storageKey": null }, { "alias": null, "args": (v9/*: 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*/), (v10/*: any*/), (v11/*: any*/), (v12/*: any*/), (v13/*: any*/), (v14/*: any*/), (v15/*: any*/), (v16/*: any*/) ], "storageKey": null } ], "storageKey": null } ], "storageKey": null } ] }, "params": { "cacheID": "c89738e73f32692647d92f4ce84baa5d", "id": null, "metadata": {}, "name": "SliceLexiconDetailQuery", "operationKind": "query", "text": "query SliceLexiconDetailQuery(\n $sliceWhere: NetworkSlicesSliceWhereInput\n $lexiconWhere: NetworkSlicesLexiconWhereInput\n) {\n networkSlicesSlices(first: 1, where: $sliceWhere) {\n edges {\n node {\n uri\n name\n domain\n actorHandle\n did\n networkSlicesActorProfile {\n avatar {\n url(preset: \"avatar\")\n }\n id\n }\n id\n }\n }\n }\n networkSlicesLexicons(first: 1000, where: $lexiconWhere) {\n edges {\n node {\n uri\n nsid\n description\n definitions\n createdAt\n updatedAt\n excludedFromSync\n id\n }\n }\n }\n}\n" } }; })(); (node as any).hash = "623299616ff2e578218a279375b1fce6"; export default node;