forked from
slices.network/slices
Highly ambitious ATProtocol AppView service and sdks
1/**
2 * @generated SignedSource<<a708e57ebb75c6c6968e8b38765d0f54>>
3 * @lightSyntaxTransform
4 * @nogrep
5 */
6
7/* tslint:disable */
8/* eslint-disable */
9// @ts-nocheck
10
11import { ConcreteRequest } from 'relay-runtime';
12export type SliceSyncDeleteJobMutation$variables = {
13 id: string;
14};
15export type SliceSyncDeleteJobMutation$data = {
16 readonly deleteJob: string | null | undefined;
17};
18export type SliceSyncDeleteJobMutation = {
19 response: SliceSyncDeleteJobMutation$data;
20 variables: SliceSyncDeleteJobMutation$variables;
21};
22
23const node: ConcreteRequest = (function(){
24var v0 = [
25 {
26 "defaultValue": null,
27 "kind": "LocalArgument",
28 "name": "id"
29 }
30],
31v1 = [
32 {
33 "kind": "Variable",
34 "name": "id",
35 "variableName": "id"
36 }
37],
38v2 = {
39 "alias": null,
40 "args": (v1/*: any*/),
41 "kind": "ScalarField",
42 "name": "deleteJob",
43 "storageKey": null
44};
45return {
46 "fragment": {
47 "argumentDefinitions": (v0/*: any*/),
48 "kind": "Fragment",
49 "metadata": null,
50 "name": "SliceSyncDeleteJobMutation",
51 "selections": [
52 (v2/*: any*/)
53 ],
54 "type": "Mutation",
55 "abstractKey": null
56 },
57 "kind": "Request",
58 "operation": {
59 "argumentDefinitions": (v0/*: any*/),
60 "kind": "Operation",
61 "name": "SliceSyncDeleteJobMutation",
62 "selections": [
63 (v2/*: any*/),
64 {
65 "alias": null,
66 "args": (v1/*: any*/),
67 "filters": null,
68 "handle": "deleteRecord",
69 "key": "",
70 "kind": "ScalarHandle",
71 "name": "deleteJob"
72 }
73 ]
74 },
75 "params": {
76 "cacheID": "7a13c8e3f4f2fe101070f4466ed982c0",
77 "id": null,
78 "metadata": {},
79 "name": "SliceSyncDeleteJobMutation",
80 "operationKind": "mutation",
81 "text": "mutation SliceSyncDeleteJobMutation(\n $id: ID!\n) {\n deleteJob(id: $id)\n}\n"
82 }
83};
84})();
85
86(node as any).hash = "cc071cd33ff295bbcc47fdb0ed884687";
87
88export default node;