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