Fix access to public documents for unauthenticated users
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
@@ -581,11 +581,11 @@ type Mutation {
|
||||
|
||||
exportDocumentPDF(
|
||||
input: ExportDocumentPDFInput!
|
||||
): ExportDocumentPDFPayload! @mustBeAuthenticated(role: USER)
|
||||
): ExportDocumentPDFPayload! @mustBeAuthenticated(role: NONE)
|
||||
|
||||
exportReportPDF(
|
||||
input: ExportReportPDFInput!
|
||||
): ExportReportPDFPayload! @mustBeAuthenticated(role: USER)
|
||||
): ExportReportPDFPayload! @mustBeAuthenticated(role: NONE)
|
||||
|
||||
acceptNonDisclosureAgreement(
|
||||
input: AcceptNonDisclosureAgreementInput!
|
||||
|
||||
Reference in New Issue
Block a user