Highly ambitious ATProtocol AppView service and sdks
1/**
2 * @generated SignedSource<<1a953202bf93906a7a47aca1e9ba800a>>
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 ProfileSettingsQuery$variables = {
45 where?: NetworkSlicesActorProfileWhereInput | null | undefined;
46};
47export type ProfileSettingsQuery$data = {
48 readonly networkSlicesActorProfiles: {
49 readonly edges: ReadonlyArray<{
50 readonly node: {
51 readonly avatar: {
52 readonly mimeType: string;
53 readonly ref: string;
54 readonly size: number;
55 readonly url: string;
56 } | null | undefined;
57 readonly createdAt: string | null | undefined;
58 readonly description: string | null | undefined;
59 readonly did: string;
60 readonly displayName: string | null | undefined;
61 readonly id: string;
62 };
63 }>;
64 };
65};
66export type ProfileSettingsQuery = {
67 response: ProfileSettingsQuery$data;
68 variables: ProfileSettingsQuery$variables;
69};
70
71const node: ConcreteRequest = (function(){
72var v0 = [
73 {
74 "defaultValue": null,
75 "kind": "LocalArgument",
76 "name": "where"
77 }
78],
79v1 = [
80 {
81 "alias": null,
82 "args": [
83 {
84 "kind": "Literal",
85 "name": "first",
86 "value": 1
87 },
88 {
89 "kind": "Variable",
90 "name": "where",
91 "variableName": "where"
92 }
93 ],
94 "concreteType": "NetworkSlicesActorProfileConnection",
95 "kind": "LinkedField",
96 "name": "networkSlicesActorProfiles",
97 "plural": false,
98 "selections": [
99 {
100 "alias": null,
101 "args": null,
102 "concreteType": "NetworkSlicesActorProfileEdge",
103 "kind": "LinkedField",
104 "name": "edges",
105 "plural": true,
106 "selections": [
107 {
108 "alias": null,
109 "args": null,
110 "concreteType": "NetworkSlicesActorProfile",
111 "kind": "LinkedField",
112 "name": "node",
113 "plural": false,
114 "selections": [
115 {
116 "alias": null,
117 "args": null,
118 "kind": "ScalarField",
119 "name": "id",
120 "storageKey": null
121 },
122 {
123 "alias": null,
124 "args": null,
125 "kind": "ScalarField",
126 "name": "displayName",
127 "storageKey": null
128 },
129 {
130 "alias": null,
131 "args": null,
132 "kind": "ScalarField",
133 "name": "description",
134 "storageKey": null
135 },
136 {
137 "alias": null,
138 "args": null,
139 "concreteType": "Blob",
140 "kind": "LinkedField",
141 "name": "avatar",
142 "plural": false,
143 "selections": [
144 {
145 "alias": null,
146 "args": [
147 {
148 "kind": "Literal",
149 "name": "preset",
150 "value": "avatar"
151 }
152 ],
153 "kind": "ScalarField",
154 "name": "url",
155 "storageKey": "url(preset:\"avatar\")"
156 },
157 {
158 "alias": null,
159 "args": null,
160 "kind": "ScalarField",
161 "name": "ref",
162 "storageKey": null
163 },
164 {
165 "alias": null,
166 "args": null,
167 "kind": "ScalarField",
168 "name": "mimeType",
169 "storageKey": null
170 },
171 {
172 "alias": null,
173 "args": null,
174 "kind": "ScalarField",
175 "name": "size",
176 "storageKey": null
177 }
178 ],
179 "storageKey": null
180 },
181 {
182 "alias": null,
183 "args": null,
184 "kind": "ScalarField",
185 "name": "createdAt",
186 "storageKey": null
187 },
188 {
189 "alias": null,
190 "args": null,
191 "kind": "ScalarField",
192 "name": "did",
193 "storageKey": null
194 }
195 ],
196 "storageKey": null
197 }
198 ],
199 "storageKey": null
200 }
201 ],
202 "storageKey": null
203 }
204];
205return {
206 "fragment": {
207 "argumentDefinitions": (v0/*: any*/),
208 "kind": "Fragment",
209 "metadata": null,
210 "name": "ProfileSettingsQuery",
211 "selections": (v1/*: any*/),
212 "type": "Query",
213 "abstractKey": null
214 },
215 "kind": "Request",
216 "operation": {
217 "argumentDefinitions": (v0/*: any*/),
218 "kind": "Operation",
219 "name": "ProfileSettingsQuery",
220 "selections": (v1/*: any*/)
221 },
222 "params": {
223 "cacheID": "85be9b97c617c4fb7e7ed529faf3c4be",
224 "id": null,
225 "metadata": {},
226 "name": "ProfileSettingsQuery",
227 "operationKind": "query",
228 "text": "query ProfileSettingsQuery(\n $where: NetworkSlicesActorProfileWhereInput\n) {\n networkSlicesActorProfiles(first: 1, where: $where) {\n edges {\n node {\n id\n displayName\n description\n avatar {\n url(preset: \"avatar\")\n ref\n mimeType\n size\n }\n createdAt\n did\n }\n }\n }\n}\n"
229 }
230};
231})();
232
233(node as any).hash = "ac65916a9102a1516794be9ede74819a";
234
235export default node;