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