Highly ambitious ATProtocol AppView service and sdks
1/**
2 * @generated SignedSource<<b5198018cbb420a547323ec44202388b>>
3 * @lightSyntaxTransform
4 * @nogrep
5 */
6
7/* tslint:disable */
8/* eslint-disable */
9// @ts-nocheck
10
11import { ConcreteRequest } from 'relay-runtime';
12import { FragmentRefs } from "relay-runtime";
13export type NetworkSlicesLexiconInput = {
14 createdAt: string;
15 definitions: string;
16 description?: string | null | undefined;
17 excludedFromSync?: boolean | null | undefined;
18 nsid: string;
19 slice: string;
20 updatedAt?: string | null | undefined;
21};
22export type CreateLexiconDialogMutation$variables = {
23 input: NetworkSlicesLexiconInput;
24};
25export type CreateLexiconDialogMutation$data = {
26 readonly createNetworkSlicesLexicon: {
27 readonly cid: string;
28 readonly createdAt: string;
29 readonly definitions: string;
30 readonly description: string | null | undefined;
31 readonly excludedFromSync: boolean | null | undefined;
32 readonly id: string;
33 readonly nsid: string;
34 readonly slice: string;
35 readonly updatedAt: string | null | undefined;
36 readonly uri: string;
37 readonly " $fragmentSpreads": FragmentRefs<"LexiconTree_lexicon">;
38 };
39};
40export type CreateLexiconDialogMutation = {
41 response: CreateLexiconDialogMutation$data;
42 variables: CreateLexiconDialogMutation$variables;
43};
44
45const node: ConcreteRequest = (function(){
46var v0 = [
47 {
48 "defaultValue": null,
49 "kind": "LocalArgument",
50 "name": "input"
51 }
52],
53v1 = [
54 {
55 "kind": "Variable",
56 "name": "input",
57 "variableName": "input"
58 }
59],
60v2 = {
61 "alias": null,
62 "args": null,
63 "kind": "ScalarField",
64 "name": "id",
65 "storageKey": null
66},
67v3 = {
68 "alias": null,
69 "args": null,
70 "kind": "ScalarField",
71 "name": "uri",
72 "storageKey": null
73},
74v4 = {
75 "alias": null,
76 "args": null,
77 "kind": "ScalarField",
78 "name": "cid",
79 "storageKey": null
80},
81v5 = {
82 "alias": null,
83 "args": null,
84 "kind": "ScalarField",
85 "name": "nsid",
86 "storageKey": null
87},
88v6 = {
89 "alias": null,
90 "args": null,
91 "kind": "ScalarField",
92 "name": "description",
93 "storageKey": null
94},
95v7 = {
96 "alias": null,
97 "args": null,
98 "kind": "ScalarField",
99 "name": "definitions",
100 "storageKey": null
101},
102v8 = {
103 "alias": null,
104 "args": null,
105 "kind": "ScalarField",
106 "name": "createdAt",
107 "storageKey": null
108},
109v9 = {
110 "alias": null,
111 "args": null,
112 "kind": "ScalarField",
113 "name": "updatedAt",
114 "storageKey": null
115},
116v10 = {
117 "alias": null,
118 "args": null,
119 "kind": "ScalarField",
120 "name": "excludedFromSync",
121 "storageKey": null
122},
123v11 = {
124 "alias": null,
125 "args": null,
126 "kind": "ScalarField",
127 "name": "slice",
128 "storageKey": null
129};
130return {
131 "fragment": {
132 "argumentDefinitions": (v0/*: any*/),
133 "kind": "Fragment",
134 "metadata": null,
135 "name": "CreateLexiconDialogMutation",
136 "selections": [
137 {
138 "alias": null,
139 "args": (v1/*: any*/),
140 "concreteType": "NetworkSlicesLexicon",
141 "kind": "LinkedField",
142 "name": "createNetworkSlicesLexicon",
143 "plural": false,
144 "selections": [
145 (v2/*: any*/),
146 (v3/*: any*/),
147 (v4/*: any*/),
148 (v5/*: any*/),
149 (v6/*: any*/),
150 (v7/*: any*/),
151 (v8/*: any*/),
152 (v9/*: any*/),
153 (v10/*: any*/),
154 (v11/*: any*/),
155 {
156 "kind": "InlineDataFragmentSpread",
157 "name": "LexiconTree_lexicon",
158 "selections": [
159 (v3/*: any*/),
160 (v5/*: any*/),
161 (v6/*: any*/),
162 (v7/*: any*/),
163 (v8/*: any*/),
164 (v9/*: any*/)
165 ],
166 "args": null,
167 "argumentDefinitions": []
168 }
169 ],
170 "storageKey": null
171 }
172 ],
173 "type": "Mutation",
174 "abstractKey": null
175 },
176 "kind": "Request",
177 "operation": {
178 "argumentDefinitions": (v0/*: any*/),
179 "kind": "Operation",
180 "name": "CreateLexiconDialogMutation",
181 "selections": [
182 {
183 "alias": null,
184 "args": (v1/*: any*/),
185 "concreteType": "NetworkSlicesLexicon",
186 "kind": "LinkedField",
187 "name": "createNetworkSlicesLexicon",
188 "plural": false,
189 "selections": [
190 (v2/*: any*/),
191 (v3/*: any*/),
192 (v4/*: any*/),
193 (v5/*: any*/),
194 (v6/*: any*/),
195 (v7/*: any*/),
196 (v8/*: any*/),
197 (v9/*: any*/),
198 (v10/*: any*/),
199 (v11/*: any*/)
200 ],
201 "storageKey": null
202 }
203 ]
204 },
205 "params": {
206 "cacheID": "e63e821c378dcd09ceb30c49b5579dca",
207 "id": null,
208 "metadata": {},
209 "name": "CreateLexiconDialogMutation",
210 "operationKind": "mutation",
211 "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"
212 }
213};
214})();
215
216(node as any).hash = "1446c5e841a054a3d02f454d58f63328";
217
218export default node;