Highly ambitious ATProtocol AppView service and sdks
1/**
2 * @generated SignedSource<<9f162e637d98229e2177dd38314c1eae>>
3 * @lightSyntaxTransform
4 * @nogrep
5 */
6
7/* tslint:disable */
8/* eslint-disable */
9// @ts-nocheck
10
11import { ConcreteRequest } from 'relay-runtime';
12export type SliceSettingsDeleteMutation$variables = {
13 rkey: string;
14};
15export type SliceSettingsDeleteMutation$data = {
16 readonly deleteNetworkSlicesSlice: {
17 readonly actorHandle: string | null | undefined;
18 readonly id: string;
19 readonly uri: string;
20 };
21};
22export type SliceSettingsDeleteMutation = {
23 response: SliceSettingsDeleteMutation$data;
24 variables: SliceSettingsDeleteMutation$variables;
25};
26
27const node: ConcreteRequest = (function(){
28var v0 = [
29 {
30 "defaultValue": null,
31 "kind": "LocalArgument",
32 "name": "rkey"
33 }
34],
35v1 = [
36 {
37 "alias": null,
38 "args": [
39 {
40 "kind": "Variable",
41 "name": "rkey",
42 "variableName": "rkey"
43 }
44 ],
45 "concreteType": "NetworkSlicesSlice",
46 "kind": "LinkedField",
47 "name": "deleteNetworkSlicesSlice",
48 "plural": false,
49 "selections": [
50 {
51 "alias": null,
52 "args": null,
53 "kind": "ScalarField",
54 "name": "id",
55 "storageKey": null
56 },
57 {
58 "alias": null,
59 "args": null,
60 "kind": "ScalarField",
61 "name": "uri",
62 "storageKey": null
63 },
64 {
65 "alias": null,
66 "args": null,
67 "kind": "ScalarField",
68 "name": "actorHandle",
69 "storageKey": null
70 }
71 ],
72 "storageKey": null
73 }
74];
75return {
76 "fragment": {
77 "argumentDefinitions": (v0/*: any*/),
78 "kind": "Fragment",
79 "metadata": null,
80 "name": "SliceSettingsDeleteMutation",
81 "selections": (v1/*: any*/),
82 "type": "Mutation",
83 "abstractKey": null
84 },
85 "kind": "Request",
86 "operation": {
87 "argumentDefinitions": (v0/*: any*/),
88 "kind": "Operation",
89 "name": "SliceSettingsDeleteMutation",
90 "selections": (v1/*: any*/)
91 },
92 "params": {
93 "cacheID": "0dfcec9e9dae778b05e7a698908a956f",
94 "id": null,
95 "metadata": {},
96 "name": "SliceSettingsDeleteMutation",
97 "operationKind": "mutation",
98 "text": "mutation SliceSettingsDeleteMutation(\n $rkey: String!\n) {\n deleteNetworkSlicesSlice(rkey: $rkey) {\n id\n uri\n actorHandle\n }\n}\n"
99 }
100};
101})();
102
103(node as any).hash = "6110c5fc410657601c8ca464833ced6a";
104
105export default node;