Highly ambitious ATProtocol AppView service and sdks
at fix-postgres 105 lines 2.5 kB view raw
1/** 2 * @generated SignedSource<<8826bb24bc097512f4785b1671d63c4a>> 3 * @lightSyntaxTransform 4 * @nogrep 5 */ 6 7/* tslint:disable */ 8/* eslint-disable */ 9// @ts-nocheck 10 11import { ConcreteRequest } from 'relay-runtime'; 12export type SliceSettingsClearRecordsMutation$variables = { 13 slice?: string | null | undefined; 14}; 15export type SliceSettingsClearRecordsMutation$data = { 16 readonly deleteSliceRecords: { 17 readonly actorsDeleted: number; 18 readonly message: string; 19 readonly recordsDeleted: number; 20 }; 21}; 22export type SliceSettingsClearRecordsMutation = { 23 response: SliceSettingsClearRecordsMutation$data; 24 variables: SliceSettingsClearRecordsMutation$variables; 25}; 26 27const node: ConcreteRequest = (function(){ 28var v0 = [ 29 { 30 "defaultValue": null, 31 "kind": "LocalArgument", 32 "name": "slice" 33 } 34], 35v1 = [ 36 { 37 "alias": null, 38 "args": [ 39 { 40 "kind": "Variable", 41 "name": "slice", 42 "variableName": "slice" 43 } 44 ], 45 "concreteType": "DeleteSliceRecordsOutput", 46 "kind": "LinkedField", 47 "name": "deleteSliceRecords", 48 "plural": false, 49 "selections": [ 50 { 51 "alias": null, 52 "args": null, 53 "kind": "ScalarField", 54 "name": "message", 55 "storageKey": null 56 }, 57 { 58 "alias": null, 59 "args": null, 60 "kind": "ScalarField", 61 "name": "recordsDeleted", 62 "storageKey": null 63 }, 64 { 65 "alias": null, 66 "args": null, 67 "kind": "ScalarField", 68 "name": "actorsDeleted", 69 "storageKey": null 70 } 71 ], 72 "storageKey": null 73 } 74]; 75return { 76 "fragment": { 77 "argumentDefinitions": (v0/*: any*/), 78 "kind": "Fragment", 79 "metadata": null, 80 "name": "SliceSettingsClearRecordsMutation", 81 "selections": (v1/*: any*/), 82 "type": "Mutation", 83 "abstractKey": null 84 }, 85 "kind": "Request", 86 "operation": { 87 "argumentDefinitions": (v0/*: any*/), 88 "kind": "Operation", 89 "name": "SliceSettingsClearRecordsMutation", 90 "selections": (v1/*: any*/) 91 }, 92 "params": { 93 "cacheID": "d9903698cd40af7c13272baa65544689", 94 "id": null, 95 "metadata": {}, 96 "name": "SliceSettingsClearRecordsMutation", 97 "operationKind": "mutation", 98 "text": "mutation SliceSettingsClearRecordsMutation(\n $slice: String\n) {\n deleteSliceRecords(slice: $slice) {\n message\n recordsDeleted\n actorsDeleted\n }\n}\n" 99 } 100}; 101})(); 102 103(node as any).hash = "eef0c843785b70ddcf5272746247a329"; 104 105export default node;