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