Highly ambitious ATProtocol AppView service and sdks
1/**
2 * @generated SignedSource<<63457603e316f845996bf7b31b27343a>>
3 * @lightSyntaxTransform
4 * @nogrep
5 */
6
7/* tslint:disable */
8/* eslint-disable */
9// @ts-nocheck
10
11import { ConcreteRequest } from 'relay-runtime';
12export type OAuthClientModalUpdateMutation$variables = {
13 clientId: string;
14 clientName?: string | null | undefined;
15 clientUri?: string | null | undefined;
16 logoUri?: string | null | undefined;
17 policyUri?: string | null | undefined;
18 redirectUris?: ReadonlyArray<string> | null | undefined;
19 scope?: string | null | undefined;
20 tosUri?: string | null | undefined;
21};
22export type OAuthClientModalUpdateMutation$data = {
23 readonly updateOAuthClient: {
24 readonly clientId: string;
25 };
26};
27export type OAuthClientModalUpdateMutation = {
28 response: OAuthClientModalUpdateMutation$data;
29 variables: OAuthClientModalUpdateMutation$variables;
30};
31
32const node: ConcreteRequest = (function(){
33var v0 = {
34 "defaultValue": null,
35 "kind": "LocalArgument",
36 "name": "clientId"
37},
38v1 = {
39 "defaultValue": null,
40 "kind": "LocalArgument",
41 "name": "clientName"
42},
43v2 = {
44 "defaultValue": null,
45 "kind": "LocalArgument",
46 "name": "clientUri"
47},
48v3 = {
49 "defaultValue": null,
50 "kind": "LocalArgument",
51 "name": "logoUri"
52},
53v4 = {
54 "defaultValue": null,
55 "kind": "LocalArgument",
56 "name": "policyUri"
57},
58v5 = {
59 "defaultValue": null,
60 "kind": "LocalArgument",
61 "name": "redirectUris"
62},
63v6 = {
64 "defaultValue": null,
65 "kind": "LocalArgument",
66 "name": "scope"
67},
68v7 = {
69 "defaultValue": null,
70 "kind": "LocalArgument",
71 "name": "tosUri"
72},
73v8 = [
74 {
75 "alias": null,
76 "args": [
77 {
78 "kind": "Variable",
79 "name": "clientId",
80 "variableName": "clientId"
81 },
82 {
83 "kind": "Variable",
84 "name": "clientName",
85 "variableName": "clientName"
86 },
87 {
88 "kind": "Variable",
89 "name": "clientUri",
90 "variableName": "clientUri"
91 },
92 {
93 "kind": "Variable",
94 "name": "logoUri",
95 "variableName": "logoUri"
96 },
97 {
98 "kind": "Variable",
99 "name": "policyUri",
100 "variableName": "policyUri"
101 },
102 {
103 "kind": "Variable",
104 "name": "redirectUris",
105 "variableName": "redirectUris"
106 },
107 {
108 "kind": "Variable",
109 "name": "scope",
110 "variableName": "scope"
111 },
112 {
113 "kind": "Variable",
114 "name": "tosUri",
115 "variableName": "tosUri"
116 }
117 ],
118 "concreteType": "OAuthClient",
119 "kind": "LinkedField",
120 "name": "updateOAuthClient",
121 "plural": false,
122 "selections": [
123 {
124 "alias": null,
125 "args": null,
126 "kind": "ScalarField",
127 "name": "clientId",
128 "storageKey": null
129 }
130 ],
131 "storageKey": null
132 }
133];
134return {
135 "fragment": {
136 "argumentDefinitions": [
137 (v0/*: any*/),
138 (v1/*: any*/),
139 (v2/*: any*/),
140 (v3/*: any*/),
141 (v4/*: any*/),
142 (v5/*: any*/),
143 (v6/*: any*/),
144 (v7/*: any*/)
145 ],
146 "kind": "Fragment",
147 "metadata": null,
148 "name": "OAuthClientModalUpdateMutation",
149 "selections": (v8/*: any*/),
150 "type": "Mutation",
151 "abstractKey": null
152 },
153 "kind": "Request",
154 "operation": {
155 "argumentDefinitions": [
156 (v0/*: any*/),
157 (v1/*: any*/),
158 (v5/*: any*/),
159 (v6/*: any*/),
160 (v2/*: any*/),
161 (v3/*: any*/),
162 (v7/*: any*/),
163 (v4/*: any*/)
164 ],
165 "kind": "Operation",
166 "name": "OAuthClientModalUpdateMutation",
167 "selections": (v8/*: any*/)
168 },
169 "params": {
170 "cacheID": "22cdb51720a2d6b4d253a6b9fe20b315",
171 "id": null,
172 "metadata": {},
173 "name": "OAuthClientModalUpdateMutation",
174 "operationKind": "mutation",
175 "text": "mutation OAuthClientModalUpdateMutation(\n $clientId: String!\n $clientName: String\n $redirectUris: [String!]\n $scope: String\n $clientUri: String\n $logoUri: String\n $tosUri: String\n $policyUri: String\n) {\n updateOAuthClient(clientId: $clientId, clientName: $clientName, redirectUris: $redirectUris, scope: $scope, clientUri: $clientUri, logoUri: $logoUri, tosUri: $tosUri, policyUri: $policyUri) {\n clientId\n }\n}\n"
176 }
177};
178})();
179
180(node as any).hash = "a148b4f912d88a60c30834888739301b";
181
182export default node;