/** * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ /* tslint:disable */ /* eslint-disable */ // @ts-nocheck import { ConcreteRequest } from 'relay-runtime'; import { FragmentRefs } from "relay-runtime"; export type NetworkSlicesLexiconInput = { createdAt: string; definitions: string; description?: string | null | undefined; excludedFromSync?: boolean | null | undefined; nsid: string; slice: string; updatedAt?: string | null | undefined; }; export type CreateLexiconDialogMutation$variables = { input: NetworkSlicesLexiconInput; }; export type CreateLexiconDialogMutation$data = { readonly createNetworkSlicesLexicon: { readonly cid: string; readonly createdAt: string; readonly definitions: string; readonly description: string | null | undefined; readonly excludedFromSync: boolean | null | undefined; readonly id: string; readonly nsid: string; readonly slice: string; readonly updatedAt: string | null | undefined; readonly uri: string; readonly " $fragmentSpreads": FragmentRefs<"LexiconTree_lexicon">; }; }; export type CreateLexiconDialogMutation = { response: CreateLexiconDialogMutation$data; variables: CreateLexiconDialogMutation$variables; }; const node: ConcreteRequest = (function(){ var v0 = [ { "defaultValue": null, "kind": "LocalArgument", "name": "input" } ], v1 = [ { "kind": "Variable", "name": "input", "variableName": "input" } ], v2 = { "alias": null, "args": null, "kind": "ScalarField", "name": "id", "storageKey": null }, v3 = { "alias": null, "args": null, "kind": "ScalarField", "name": "uri", "storageKey": null }, v4 = { "alias": null, "args": null, "kind": "ScalarField", "name": "cid", "storageKey": null }, v5 = { "alias": null, "args": null, "kind": "ScalarField", "name": "nsid", "storageKey": null }, v6 = { "alias": null, "args": null, "kind": "ScalarField", "name": "description", "storageKey": null }, v7 = { "alias": null, "args": null, "kind": "ScalarField", "name": "definitions", "storageKey": null }, v8 = { "alias": null, "args": null, "kind": "ScalarField", "name": "createdAt", "storageKey": null }, v9 = { "alias": null, "args": null, "kind": "ScalarField", "name": "updatedAt", "storageKey": null }, v10 = { "alias": null, "args": null, "kind": "ScalarField", "name": "excludedFromSync", "storageKey": null }, v11 = { "alias": null, "args": null, "kind": "ScalarField", "name": "slice", "storageKey": null }; return { "fragment": { "argumentDefinitions": (v0/*: any*/), "kind": "Fragment", "metadata": null, "name": "CreateLexiconDialogMutation", "selections": [ { "alias": null, "args": (v1/*: any*/), "concreteType": "NetworkSlicesLexicon", "kind": "LinkedField", "name": "createNetworkSlicesLexicon", "plural": false, "selections": [ (v2/*: any*/), (v3/*: any*/), (v4/*: any*/), (v5/*: any*/), (v6/*: any*/), (v7/*: any*/), (v8/*: any*/), (v9/*: any*/), (v10/*: any*/), (v11/*: any*/), { "kind": "InlineDataFragmentSpread", "name": "LexiconTree_lexicon", "selections": [ (v3/*: any*/), (v5/*: any*/), (v6/*: any*/), (v7/*: any*/), (v8/*: any*/), (v9/*: any*/) ], "args": null, "argumentDefinitions": [] } ], "storageKey": null } ], "type": "Mutation", "abstractKey": null }, "kind": "Request", "operation": { "argumentDefinitions": (v0/*: any*/), "kind": "Operation", "name": "CreateLexiconDialogMutation", "selections": [ { "alias": null, "args": (v1/*: any*/), "concreteType": "NetworkSlicesLexicon", "kind": "LinkedField", "name": "createNetworkSlicesLexicon", "plural": false, "selections": [ (v2/*: any*/), (v3/*: any*/), (v4/*: any*/), (v5/*: any*/), (v6/*: any*/), (v7/*: any*/), (v8/*: any*/), (v9/*: any*/), (v10/*: any*/), (v11/*: any*/) ], "storageKey": null } ] }, "params": { "cacheID": "e63e821c378dcd09ceb30c49b5579dca", "id": null, "metadata": {}, "name": "CreateLexiconDialogMutation", "operationKind": "mutation", "text": "mutation CreateLexiconDialogMutation(\n $input: NetworkSlicesLexiconInput!\n) {\n createNetworkSlicesLexicon(input: $input) {\n id\n uri\n cid\n nsid\n description\n definitions\n createdAt\n updatedAt\n excludedFromSync\n slice\n ...LexiconTree_lexicon\n }\n}\n\nfragment LexiconTree_lexicon on NetworkSlicesLexicon {\n uri\n nsid\n description\n definitions\n createdAt\n updatedAt\n}\n" } }; })(); (node as any).hash = "1446c5e841a054a3d02f454d58f63328"; export default node;