Highly ambitious ATProtocol AppView service and sdks
1/**
2 * @generated SignedSource<<a0b227a3dd33122e161f8255cd7aa932>>
3 * @lightSyntaxTransform
4 * @nogrep
5 */
6
7/* tslint:disable */
8/* eslint-disable */
9// @ts-nocheck
10
11import { ConcreteRequest } from 'relay-runtime';
12export type NetworkSlicesActorProfileWhereInput = {
13 actorHandle?: StringFilter | null | undefined;
14 and?: ReadonlyArray<NetworkSlicesActorProfileWhereInput | null | undefined> | null | undefined;
15 avatar?: StringFilter | null | undefined;
16 cid?: StringFilter | null | undefined;
17 collection?: StringFilter | null | undefined;
18 createdAt?: StringFilter | null | undefined;
19 description?: StringFilter | null | undefined;
20 did?: StringFilter | null | undefined;
21 displayName?: StringFilter | null | undefined;
22 indexedAt?: DateTimeFilter | null | undefined;
23 json?: StringFilter | null | undefined;
24 or?: ReadonlyArray<NetworkSlicesActorProfileWhereInput | null | undefined> | null | undefined;
25 uri?: StringFilter | null | undefined;
26};
27export type DateTimeFilter = {
28 eq?: string | null | undefined;
29 gt?: string | null | undefined;
30 gte?: string | null | undefined;
31 lt?: string | null | undefined;
32 lte?: string | null | undefined;
33};
34export type StringFilter = {
35 contains?: string | null | undefined;
36 eq?: string | null | undefined;
37 fuzzy?: string | null | undefined;
38 gt?: string | null | undefined;
39 gte?: string | null | undefined;
40 in?: ReadonlyArray<string | null | undefined> | null | undefined;
41 lt?: string | null | undefined;
42 lte?: string | null | undefined;
43};
44export type LayoutQuery$variables = {
45 where?: NetworkSlicesActorProfileWhereInput | null | undefined;
46};
47export type LayoutQuery$data = {
48 readonly networkSlicesActorProfiles: {
49 readonly edges: ReadonlyArray<{
50 readonly node: {
51 readonly actorHandle: string | null | undefined;
52 readonly avatar: {
53 readonly url: string;
54 } | null | undefined;
55 };
56 }>;
57 };
58};
59export type LayoutQuery = {
60 response: LayoutQuery$data;
61 variables: LayoutQuery$variables;
62};
63
64const node: ConcreteRequest = (function(){
65var v0 = [
66 {
67 "defaultValue": null,
68 "kind": "LocalArgument",
69 "name": "where"
70 }
71],
72v1 = [
73 {
74 "kind": "Literal",
75 "name": "first",
76 "value": 1
77 },
78 {
79 "kind": "Variable",
80 "name": "where",
81 "variableName": "where"
82 }
83],
84v2 = {
85 "alias": null,
86 "args": null,
87 "kind": "ScalarField",
88 "name": "actorHandle",
89 "storageKey": null
90},
91v3 = {
92 "alias": null,
93 "args": null,
94 "concreteType": "Blob",
95 "kind": "LinkedField",
96 "name": "avatar",
97 "plural": false,
98 "selections": [
99 {
100 "alias": null,
101 "args": [
102 {
103 "kind": "Literal",
104 "name": "preset",
105 "value": "avatar"
106 }
107 ],
108 "kind": "ScalarField",
109 "name": "url",
110 "storageKey": "url(preset:\"avatar\")"
111 }
112 ],
113 "storageKey": null
114};
115return {
116 "fragment": {
117 "argumentDefinitions": (v0/*: any*/),
118 "kind": "Fragment",
119 "metadata": null,
120 "name": "LayoutQuery",
121 "selections": [
122 {
123 "alias": null,
124 "args": (v1/*: any*/),
125 "concreteType": "NetworkSlicesActorProfileConnection",
126 "kind": "LinkedField",
127 "name": "networkSlicesActorProfiles",
128 "plural": false,
129 "selections": [
130 {
131 "alias": null,
132 "args": null,
133 "concreteType": "NetworkSlicesActorProfileEdge",
134 "kind": "LinkedField",
135 "name": "edges",
136 "plural": true,
137 "selections": [
138 {
139 "alias": null,
140 "args": null,
141 "concreteType": "NetworkSlicesActorProfile",
142 "kind": "LinkedField",
143 "name": "node",
144 "plural": false,
145 "selections": [
146 (v2/*: any*/),
147 (v3/*: any*/)
148 ],
149 "storageKey": null
150 }
151 ],
152 "storageKey": null
153 }
154 ],
155 "storageKey": null
156 }
157 ],
158 "type": "Query",
159 "abstractKey": null
160 },
161 "kind": "Request",
162 "operation": {
163 "argumentDefinitions": (v0/*: any*/),
164 "kind": "Operation",
165 "name": "LayoutQuery",
166 "selections": [
167 {
168 "alias": null,
169 "args": (v1/*: any*/),
170 "concreteType": "NetworkSlicesActorProfileConnection",
171 "kind": "LinkedField",
172 "name": "networkSlicesActorProfiles",
173 "plural": false,
174 "selections": [
175 {
176 "alias": null,
177 "args": null,
178 "concreteType": "NetworkSlicesActorProfileEdge",
179 "kind": "LinkedField",
180 "name": "edges",
181 "plural": true,
182 "selections": [
183 {
184 "alias": null,
185 "args": null,
186 "concreteType": "NetworkSlicesActorProfile",
187 "kind": "LinkedField",
188 "name": "node",
189 "plural": false,
190 "selections": [
191 (v2/*: any*/),
192 (v3/*: any*/),
193 {
194 "alias": null,
195 "args": null,
196 "kind": "ScalarField",
197 "name": "id",
198 "storageKey": null
199 }
200 ],
201 "storageKey": null
202 }
203 ],
204 "storageKey": null
205 }
206 ],
207 "storageKey": null
208 }
209 ]
210 },
211 "params": {
212 "cacheID": "d58d24be3d409f094abc61a8bff87727",
213 "id": null,
214 "metadata": {},
215 "name": "LayoutQuery",
216 "operationKind": "query",
217 "text": "query LayoutQuery(\n $where: NetworkSlicesActorProfileWhereInput\n) {\n networkSlicesActorProfiles(first: 1, where: $where) {\n edges {\n node {\n actorHandle\n avatar {\n url(preset: \"avatar\")\n }\n id\n }\n }\n }\n}\n"
218 }
219};
220})();
221
222(node as any).hash = "61429d0197f9e67057ebe52812f167e9";
223
224export default node;