From 3181766885209a206ed8397f4de1cdc0a02a15f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Wed, 25 Mar 2026 17:16:30 +0400 Subject: [PATCH] Remove generated file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- ...ptionPage_updateContentMutation.graphql.ts | 93 ------------------- 1 file changed, 93 deletions(-) delete mode 100644 apps/console/src/__generated__/core/DocumentDescriptionPage_updateContentMutation.graphql.ts diff --git a/apps/console/src/__generated__/core/DocumentDescriptionPage_updateContentMutation.graphql.ts b/apps/console/src/__generated__/core/DocumentDescriptionPage_updateContentMutation.graphql.ts deleted file mode 100644 index 09de067a5..000000000 --- a/apps/console/src/__generated__/core/DocumentDescriptionPage_updateContentMutation.graphql.ts +++ /dev/null @@ -1,93 +0,0 @@ -/** - * @generated SignedSource<<1f7c6a92ab7920b470a03799e04f4ea3>> - * @lightSyntaxTransform - * @nogrep - */ - -/* tslint:disable */ -/* eslint-disable */ -// @ts-nocheck - -import { ConcreteRequest } from 'relay-runtime'; -export type UpdateDocumentVersionContentInput = { - content: string; - id: string; -}; -export type DocumentDescriptionPage_updateContentMutation$variables = { - input: UpdateDocumentVersionContentInput; -}; -export type DocumentDescriptionPage_updateContentMutation$data = { - readonly updateDocumentVersionContent: { - readonly content: string; - }; -}; -export type DocumentDescriptionPage_updateContentMutation = { - response: DocumentDescriptionPage_updateContentMutation$data; - variables: DocumentDescriptionPage_updateContentMutation$variables; -}; - -const node: ConcreteRequest = (function(){ -var v0 = [ - { - "defaultValue": null, - "kind": "LocalArgument", - "name": "input" - } -], -v1 = [ - { - "alias": null, - "args": [ - { - "kind": "Variable", - "name": "input", - "variableName": "input" - } - ], - "concreteType": "UpdateDocumentVersionContentPayload", - "kind": "LinkedField", - "name": "updateDocumentVersionContent", - "plural": false, - "selections": [ - { - "alias": null, - "args": null, - "kind": "ScalarField", - "name": "content", - "storageKey": null - } - ], - "storageKey": null - } -]; -return { - "fragment": { - "argumentDefinitions": (v0/*: any*/), - "kind": "Fragment", - "metadata": null, - "name": "DocumentDescriptionPage_updateContentMutation", - "selections": (v1/*: any*/), - "type": "Mutation", - "abstractKey": null - }, - "kind": "Request", - "operation": { - "argumentDefinitions": (v0/*: any*/), - "kind": "Operation", - "name": "DocumentDescriptionPage_updateContentMutation", - "selections": (v1/*: any*/) - }, - "params": { - "cacheID": "2a43a5cf619ca1d475b3e480a132878b", - "id": null, - "metadata": {}, - "name": "DocumentDescriptionPage_updateContentMutation", - "operationKind": "mutation", - "text": "mutation DocumentDescriptionPage_updateContentMutation(\n $input: UpdateDocumentVersionContentInput!\n) {\n updateDocumentVersionContent(input: $input) {\n content\n }\n}\n" - } -}; -})(); - -(node as any).hash = "2bfee42c8fe67762416dec052c5f051b"; - -export default node;