forked from
slices.network/slices
Highly ambitious ATProtocol AppView service and sdks
1/**
2 * @generated SignedSource<<80e067bb464ea941fe0b5c22bb50ba7b>>
3 * @lightSyntaxTransform
4 * @nogrep
5 */
6
7/* tslint:disable */
8/* eslint-disable */
9// @ts-nocheck
10
11import { ConcreteRequest } from 'relay-runtime';
12export type NetworkSlicesLexiconInput = {
13 createdAt: string;
14 definitions: string;
15 description?: string | null | undefined;
16 excludedFromSync?: boolean | null | undefined;
17 nsid: string;
18 slice: string;
19 updatedAt?: string | null | undefined;
20};
21export type SliceLexiconDetailUpdateMutation$variables = {
22 input: NetworkSlicesLexiconInput;
23 rkey: string;
24};
25export type SliceLexiconDetailUpdateMutation$data = {
26 readonly updateNetworkSlicesLexicon: {
27 readonly excludedFromSync: boolean | null | undefined;
28 readonly id: string;
29 readonly uri: string;
30 };
31};
32export type SliceLexiconDetailUpdateMutation = {
33 response: SliceLexiconDetailUpdateMutation$data;
34 variables: SliceLexiconDetailUpdateMutation$variables;
35};
36
37const node: ConcreteRequest = (function(){
38var v0 = {
39 "defaultValue": null,
40 "kind": "LocalArgument",
41 "name": "input"
42},
43v1 = {
44 "defaultValue": null,
45 "kind": "LocalArgument",
46 "name": "rkey"
47},
48v2 = [
49 {
50 "alias": null,
51 "args": [
52 {
53 "kind": "Variable",
54 "name": "input",
55 "variableName": "input"
56 },
57 {
58 "kind": "Variable",
59 "name": "rkey",
60 "variableName": "rkey"
61 }
62 ],
63 "concreteType": "NetworkSlicesLexicon",
64 "kind": "LinkedField",
65 "name": "updateNetworkSlicesLexicon",
66 "plural": false,
67 "selections": [
68 {
69 "alias": null,
70 "args": null,
71 "kind": "ScalarField",
72 "name": "id",
73 "storageKey": null
74 },
75 {
76 "alias": null,
77 "args": null,
78 "kind": "ScalarField",
79 "name": "uri",
80 "storageKey": null
81 },
82 {
83 "alias": null,
84 "args": null,
85 "kind": "ScalarField",
86 "name": "excludedFromSync",
87 "storageKey": null
88 }
89 ],
90 "storageKey": null
91 }
92];
93return {
94 "fragment": {
95 "argumentDefinitions": [
96 (v0/*: any*/),
97 (v1/*: any*/)
98 ],
99 "kind": "Fragment",
100 "metadata": null,
101 "name": "SliceLexiconDetailUpdateMutation",
102 "selections": (v2/*: any*/),
103 "type": "Mutation",
104 "abstractKey": null
105 },
106 "kind": "Request",
107 "operation": {
108 "argumentDefinitions": [
109 (v1/*: any*/),
110 (v0/*: any*/)
111 ],
112 "kind": "Operation",
113 "name": "SliceLexiconDetailUpdateMutation",
114 "selections": (v2/*: any*/)
115 },
116 "params": {
117 "cacheID": "79f4960b817ec300f35dc9a3481b7aec",
118 "id": null,
119 "metadata": {},
120 "name": "SliceLexiconDetailUpdateMutation",
121 "operationKind": "mutation",
122 "text": "mutation SliceLexiconDetailUpdateMutation(\n $rkey: String!\n $input: NetworkSlicesLexiconInput!\n) {\n updateNetworkSlicesLexicon(rkey: $rkey, input: $input) {\n id\n uri\n excludedFromSync\n }\n}\n"
123 }
124};
125})();
126
127(node as any).hash = "eafbfe904256306d13e40a0405d228c1";
128
129export default node;