Keep allowing to pass content on document creation for use cases other than frontend app

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-03-25 17:42:50 +04:00
parent 3181766885
commit cc1a53e17c
4 changed files with 17 additions and 18 deletions

View File

@@ -4472,7 +4472,7 @@ input DeleteVendorDataPrivacyAgreementInput {
input CreateDocumentInput {
organizationId: ID!
title: String!
content: String!
content: String
approverIds: [ID!]!
documentType: DocumentType!
classification: DocumentClassification!