/** * @generated SignedSource<<63457603e316f845996bf7b31b27343a>> * @lightSyntaxTransform * @nogrep */ /* tslint:disable */ /* eslint-disable */ // @ts-nocheck import { ConcreteRequest } from 'relay-runtime'; export type OAuthClientModalUpdateMutation$variables = { clientId: string; clientName?: string | null | undefined; clientUri?: string | null | undefined; logoUri?: string | null | undefined; policyUri?: string | null | undefined; redirectUris?: ReadonlyArray | null | undefined; scope?: string | null | undefined; tosUri?: string | null | undefined; }; export type OAuthClientModalUpdateMutation$data = { readonly updateOAuthClient: { readonly clientId: string; }; }; export type OAuthClientModalUpdateMutation = { response: OAuthClientModalUpdateMutation$data; variables: OAuthClientModalUpdateMutation$variables; }; const node: ConcreteRequest = (function(){ var v0 = { "defaultValue": null, "kind": "LocalArgument", "name": "clientId" }, v1 = { "defaultValue": null, "kind": "LocalArgument", "name": "clientName" }, v2 = { "defaultValue": null, "kind": "LocalArgument", "name": "clientUri" }, v3 = { "defaultValue": null, "kind": "LocalArgument", "name": "logoUri" }, v4 = { "defaultValue": null, "kind": "LocalArgument", "name": "policyUri" }, v5 = { "defaultValue": null, "kind": "LocalArgument", "name": "redirectUris" }, v6 = { "defaultValue": null, "kind": "LocalArgument", "name": "scope" }, v7 = { "defaultValue": null, "kind": "LocalArgument", "name": "tosUri" }, v8 = [ { "alias": null, "args": [ { "kind": "Variable", "name": "clientId", "variableName": "clientId" }, { "kind": "Variable", "name": "clientName", "variableName": "clientName" }, { "kind": "Variable", "name": "clientUri", "variableName": "clientUri" }, { "kind": "Variable", "name": "logoUri", "variableName": "logoUri" }, { "kind": "Variable", "name": "policyUri", "variableName": "policyUri" }, { "kind": "Variable", "name": "redirectUris", "variableName": "redirectUris" }, { "kind": "Variable", "name": "scope", "variableName": "scope" }, { "kind": "Variable", "name": "tosUri", "variableName": "tosUri" } ], "concreteType": "OAuthClient", "kind": "LinkedField", "name": "updateOAuthClient", "plural": false, "selections": [ { "alias": null, "args": null, "kind": "ScalarField", "name": "clientId", "storageKey": null } ], "storageKey": null } ]; return { "fragment": { "argumentDefinitions": [ (v0/*: any*/), (v1/*: any*/), (v2/*: any*/), (v3/*: any*/), (v4/*: any*/), (v5/*: any*/), (v6/*: any*/), (v7/*: any*/) ], "kind": "Fragment", "metadata": null, "name": "OAuthClientModalUpdateMutation", "selections": (v8/*: any*/), "type": "Mutation", "abstractKey": null }, "kind": "Request", "operation": { "argumentDefinitions": [ (v0/*: any*/), (v1/*: any*/), (v5/*: any*/), (v6/*: any*/), (v2/*: any*/), (v3/*: any*/), (v7/*: any*/), (v4/*: any*/) ], "kind": "Operation", "name": "OAuthClientModalUpdateMutation", "selections": (v8/*: any*/) }, "params": { "cacheID": "22cdb51720a2d6b4d253a6b9fe20b315", "id": null, "metadata": {}, "name": "OAuthClientModalUpdateMutation", "operationKind": "mutation", "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" } }; })(); (node as any).hash = "a148b4f912d88a60c30834888739301b"; export default node;