Highly ambitious ATProtocol AppView service and sdks
1/**
2 * @generated SignedSource<<728b9a3525f975b6c58a5cdcd323f89e>>
3 * @lightSyntaxTransform
4 * @nogrep
5 */
6
7/* tslint:disable */
8/* eslint-disable */
9// @ts-nocheck
10
11import { ConcreteRequest } from 'relay-runtime';
12export type ProfileSettingsUploadBlobMutation$variables = {
13 data: string;
14 mimeType: string;
15};
16export type ProfileSettingsUploadBlobMutation$data = {
17 readonly uploadBlob: {
18 readonly blob: {
19 readonly mimeType: string;
20 readonly ref: string;
21 readonly size: number;
22 };
23 };
24};
25export type ProfileSettingsUploadBlobMutation = {
26 response: ProfileSettingsUploadBlobMutation$data;
27 variables: ProfileSettingsUploadBlobMutation$variables;
28};
29
30const node: ConcreteRequest = (function(){
31var v0 = [
32 {
33 "defaultValue": null,
34 "kind": "LocalArgument",
35 "name": "data"
36 },
37 {
38 "defaultValue": null,
39 "kind": "LocalArgument",
40 "name": "mimeType"
41 }
42],
43v1 = [
44 {
45 "alias": null,
46 "args": [
47 {
48 "kind": "Variable",
49 "name": "data",
50 "variableName": "data"
51 },
52 {
53 "kind": "Variable",
54 "name": "mimeType",
55 "variableName": "mimeType"
56 }
57 ],
58 "concreteType": "BlobUploadResponse",
59 "kind": "LinkedField",
60 "name": "uploadBlob",
61 "plural": false,
62 "selections": [
63 {
64 "alias": null,
65 "args": null,
66 "concreteType": "Blob",
67 "kind": "LinkedField",
68 "name": "blob",
69 "plural": false,
70 "selections": [
71 {
72 "alias": null,
73 "args": null,
74 "kind": "ScalarField",
75 "name": "ref",
76 "storageKey": null
77 },
78 {
79 "alias": null,
80 "args": null,
81 "kind": "ScalarField",
82 "name": "mimeType",
83 "storageKey": null
84 },
85 {
86 "alias": null,
87 "args": null,
88 "kind": "ScalarField",
89 "name": "size",
90 "storageKey": null
91 }
92 ],
93 "storageKey": null
94 }
95 ],
96 "storageKey": null
97 }
98];
99return {
100 "fragment": {
101 "argumentDefinitions": (v0/*: any*/),
102 "kind": "Fragment",
103 "metadata": null,
104 "name": "ProfileSettingsUploadBlobMutation",
105 "selections": (v1/*: any*/),
106 "type": "Mutation",
107 "abstractKey": null
108 },
109 "kind": "Request",
110 "operation": {
111 "argumentDefinitions": (v0/*: any*/),
112 "kind": "Operation",
113 "name": "ProfileSettingsUploadBlobMutation",
114 "selections": (v1/*: any*/)
115 },
116 "params": {
117 "cacheID": "afd8db2ee7590308e81afc0b0e5c86dd",
118 "id": null,
119 "metadata": {},
120 "name": "ProfileSettingsUploadBlobMutation",
121 "operationKind": "mutation",
122 "text": "mutation ProfileSettingsUploadBlobMutation(\n $data: String!\n $mimeType: String!\n) {\n uploadBlob(data: $data, mimeType: $mimeType) {\n blob {\n ref\n mimeType\n size\n }\n }\n}\n"
123 }
124};
125})();
126
127(node as any).hash = "74a3a8bf43181cd62d2e81c45be384e5";
128
129export default node;