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:
@@ -4472,7 +4472,7 @@ input DeleteVendorDataPrivacyAgreementInput {
|
||||
input CreateDocumentInput {
|
||||
organizationId: ID!
|
||||
title: String!
|
||||
content: String!
|
||||
content: String
|
||||
approverIds: [ID!]!
|
||||
documentType: DocumentType!
|
||||
classification: DocumentClassification!
|
||||
|
||||
Reference in New Issue
Block a user