Highly ambitious ATProtocol AppView service and sdks
1/**
2 * @generated SignedSource<<4bc4595b4bf2e4b263476f66a31ccca4>>
3 * @lightSyntaxTransform
4 * @nogrep
5 */
6
7/* tslint:disable */
8/* eslint-disable */
9// @ts-nocheck
10
11import { ConcreteRequest } from 'relay-runtime';
12export type NetworkSlicesSliceWhereInput = {
13 actorHandle?: StringFilter | null | undefined;
14 and?: ReadonlyArray<NetworkSlicesSliceWhereInput | null | undefined> | null | undefined;
15 cid?: StringFilter | null | undefined;
16 collection?: StringFilter | null | undefined;
17 createdAt?: StringFilter | null | undefined;
18 did?: StringFilter | null | undefined;
19 domain?: StringFilter | null | undefined;
20 indexedAt?: DateTimeFilter | null | undefined;
21 json?: StringFilter | null | undefined;
22 name?: StringFilter | null | undefined;
23 or?: ReadonlyArray<NetworkSlicesSliceWhereInput | null | undefined> | null | undefined;
24 uri?: StringFilter | null | undefined;
25};
26export type DateTimeFilter = {
27 eq?: string | null | undefined;
28 gt?: string | null | undefined;
29 gte?: string | null | undefined;
30 lt?: string | null | undefined;
31 lte?: string | null | undefined;
32};
33export type StringFilter = {
34 contains?: string | null | undefined;
35 eq?: string | null | undefined;
36 fuzzy?: string | null | undefined;
37 gt?: string | null | undefined;
38 gte?: string | null | undefined;
39 in?: ReadonlyArray<string | null | undefined> | null | undefined;
40 lt?: string | null | undefined;
41 lte?: string | null | undefined;
42};
43export type OAuthClientsQuery$variables = {
44 where?: NetworkSlicesSliceWhereInput | null | undefined;
45};
46export type OAuthClientsQuery$data = {
47 readonly networkSlicesSlices: {
48 readonly edges: ReadonlyArray<{
49 readonly node: {
50 readonly actorHandle: string | null | undefined;
51 readonly did: string;
52 readonly name: string;
53 readonly oauthClients: ReadonlyArray<{
54 readonly clientId: string;
55 readonly clientName: string;
56 readonly clientSecret: string | null | undefined;
57 readonly clientUri: string | null | undefined;
58 readonly createdAt: string;
59 readonly createdByDid: string;
60 readonly logoUri: string | null | undefined;
61 readonly policyUri: string | null | undefined;
62 readonly redirectUris: ReadonlyArray<string>;
63 readonly scope: string | null | undefined;
64 readonly tosUri: string | null | undefined;
65 }>;
66 readonly uri: string;
67 };
68 }>;
69 };
70};
71export type OAuthClientsQuery = {
72 response: OAuthClientsQuery$data;
73 variables: OAuthClientsQuery$variables;
74};
75
76const node: ConcreteRequest = (function(){
77var v0 = [
78 {
79 "defaultValue": null,
80 "kind": "LocalArgument",
81 "name": "where"
82 }
83],
84v1 = [
85 {
86 "kind": "Literal",
87 "name": "first",
88 "value": 1
89 },
90 {
91 "kind": "Variable",
92 "name": "where",
93 "variableName": "where"
94 }
95],
96v2 = {
97 "alias": null,
98 "args": null,
99 "kind": "ScalarField",
100 "name": "name",
101 "storageKey": null
102},
103v3 = {
104 "alias": null,
105 "args": null,
106 "kind": "ScalarField",
107 "name": "did",
108 "storageKey": null
109},
110v4 = {
111 "alias": null,
112 "args": null,
113 "kind": "ScalarField",
114 "name": "actorHandle",
115 "storageKey": null
116},
117v5 = {
118 "alias": null,
119 "args": null,
120 "kind": "ScalarField",
121 "name": "uri",
122 "storageKey": null
123},
124v6 = {
125 "alias": null,
126 "args": null,
127 "concreteType": "OAuthClient",
128 "kind": "LinkedField",
129 "name": "oauthClients",
130 "plural": true,
131 "selections": [
132 {
133 "alias": null,
134 "args": null,
135 "kind": "ScalarField",
136 "name": "clientId",
137 "storageKey": null
138 },
139 {
140 "alias": null,
141 "args": null,
142 "kind": "ScalarField",
143 "name": "clientSecret",
144 "storageKey": null
145 },
146 {
147 "alias": null,
148 "args": null,
149 "kind": "ScalarField",
150 "name": "clientName",
151 "storageKey": null
152 },
153 {
154 "alias": null,
155 "args": null,
156 "kind": "ScalarField",
157 "name": "redirectUris",
158 "storageKey": null
159 },
160 {
161 "alias": null,
162 "args": null,
163 "kind": "ScalarField",
164 "name": "scope",
165 "storageKey": null
166 },
167 {
168 "alias": null,
169 "args": null,
170 "kind": "ScalarField",
171 "name": "clientUri",
172 "storageKey": null
173 },
174 {
175 "alias": null,
176 "args": null,
177 "kind": "ScalarField",
178 "name": "logoUri",
179 "storageKey": null
180 },
181 {
182 "alias": null,
183 "args": null,
184 "kind": "ScalarField",
185 "name": "tosUri",
186 "storageKey": null
187 },
188 {
189 "alias": null,
190 "args": null,
191 "kind": "ScalarField",
192 "name": "policyUri",
193 "storageKey": null
194 },
195 {
196 "alias": null,
197 "args": null,
198 "kind": "ScalarField",
199 "name": "createdAt",
200 "storageKey": null
201 },
202 {
203 "alias": null,
204 "args": null,
205 "kind": "ScalarField",
206 "name": "createdByDid",
207 "storageKey": null
208 }
209 ],
210 "storageKey": null
211};
212return {
213 "fragment": {
214 "argumentDefinitions": (v0/*: any*/),
215 "kind": "Fragment",
216 "metadata": null,
217 "name": "OAuthClientsQuery",
218 "selections": [
219 {
220 "alias": null,
221 "args": (v1/*: any*/),
222 "concreteType": "NetworkSlicesSliceConnection",
223 "kind": "LinkedField",
224 "name": "networkSlicesSlices",
225 "plural": false,
226 "selections": [
227 {
228 "alias": null,
229 "args": null,
230 "concreteType": "NetworkSlicesSliceEdge",
231 "kind": "LinkedField",
232 "name": "edges",
233 "plural": true,
234 "selections": [
235 {
236 "alias": null,
237 "args": null,
238 "concreteType": "NetworkSlicesSlice",
239 "kind": "LinkedField",
240 "name": "node",
241 "plural": false,
242 "selections": [
243 (v2/*: any*/),
244 (v3/*: any*/),
245 (v4/*: any*/),
246 (v5/*: any*/),
247 (v6/*: any*/)
248 ],
249 "storageKey": null
250 }
251 ],
252 "storageKey": null
253 }
254 ],
255 "storageKey": null
256 }
257 ],
258 "type": "Query",
259 "abstractKey": null
260 },
261 "kind": "Request",
262 "operation": {
263 "argumentDefinitions": (v0/*: any*/),
264 "kind": "Operation",
265 "name": "OAuthClientsQuery",
266 "selections": [
267 {
268 "alias": null,
269 "args": (v1/*: any*/),
270 "concreteType": "NetworkSlicesSliceConnection",
271 "kind": "LinkedField",
272 "name": "networkSlicesSlices",
273 "plural": false,
274 "selections": [
275 {
276 "alias": null,
277 "args": null,
278 "concreteType": "NetworkSlicesSliceEdge",
279 "kind": "LinkedField",
280 "name": "edges",
281 "plural": true,
282 "selections": [
283 {
284 "alias": null,
285 "args": null,
286 "concreteType": "NetworkSlicesSlice",
287 "kind": "LinkedField",
288 "name": "node",
289 "plural": false,
290 "selections": [
291 (v2/*: any*/),
292 (v3/*: any*/),
293 (v4/*: any*/),
294 (v5/*: any*/),
295 (v6/*: any*/),
296 {
297 "alias": null,
298 "args": null,
299 "kind": "ScalarField",
300 "name": "id",
301 "storageKey": null
302 }
303 ],
304 "storageKey": null
305 }
306 ],
307 "storageKey": null
308 }
309 ],
310 "storageKey": null
311 }
312 ]
313 },
314 "params": {
315 "cacheID": "953a2b7074ba3074cca3f11991af440e",
316 "id": null,
317 "metadata": {},
318 "name": "OAuthClientsQuery",
319 "operationKind": "query",
320 "text": "query OAuthClientsQuery(\n $where: NetworkSlicesSliceWhereInput\n) {\n networkSlicesSlices(first: 1, where: $where) {\n edges {\n node {\n name\n did\n actorHandle\n uri\n oauthClients {\n clientId\n clientSecret\n clientName\n redirectUris\n scope\n clientUri\n logoUri\n tosUri\n policyUri\n createdAt\n createdByDid\n }\n id\n }\n }\n }\n}\n"
321 }
322};
323})();
324
325(node as any).hash = "4c0e3d21f0879129255130f260edcb75";
326
327export default node;