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