Highly ambitious ATProtocol AppView service and sdks
at main 76 lines 1.8 kB view raw
1/** 2 * @generated SignedSource<<1c8a84c67f2b10168966d4907f56b79b>> 3 * @lightSyntaxTransform 4 * @nogrep 5 */ 6 7/* tslint:disable */ 8/* eslint-disable */ 9// @ts-nocheck 10 11import { ConcreteRequest } from 'relay-runtime'; 12export type OAuthClientsListDeleteMutation$variables = { 13 clientId: string; 14}; 15export type OAuthClientsListDeleteMutation$data = { 16 readonly deleteOAuthClient: boolean; 17}; 18export type OAuthClientsListDeleteMutation = { 19 response: OAuthClientsListDeleteMutation$data; 20 variables: OAuthClientsListDeleteMutation$variables; 21}; 22 23const node: ConcreteRequest = (function(){ 24var v0 = [ 25 { 26 "defaultValue": null, 27 "kind": "LocalArgument", 28 "name": "clientId" 29 } 30], 31v1 = [ 32 { 33 "alias": null, 34 "args": [ 35 { 36 "kind": "Variable", 37 "name": "clientId", 38 "variableName": "clientId" 39 } 40 ], 41 "kind": "ScalarField", 42 "name": "deleteOAuthClient", 43 "storageKey": null 44 } 45]; 46return { 47 "fragment": { 48 "argumentDefinitions": (v0/*: any*/), 49 "kind": "Fragment", 50 "metadata": null, 51 "name": "OAuthClientsListDeleteMutation", 52 "selections": (v1/*: any*/), 53 "type": "Mutation", 54 "abstractKey": null 55 }, 56 "kind": "Request", 57 "operation": { 58 "argumentDefinitions": (v0/*: any*/), 59 "kind": "Operation", 60 "name": "OAuthClientsListDeleteMutation", 61 "selections": (v1/*: any*/) 62 }, 63 "params": { 64 "cacheID": "7dd8dddee527e6c92d83436ef7909425", 65 "id": null, 66 "metadata": {}, 67 "name": "OAuthClientsListDeleteMutation", 68 "operationKind": "mutation", 69 "text": "mutation OAuthClientsListDeleteMutation(\n $clientId: String!\n) {\n deleteOAuthClient(clientId: $clientId)\n}\n" 70 } 71}; 72})(); 73 74(node as any).hash = "aab188dc57c2b5d26de0b98ecbe90054"; 75 76export default node;