ExportQuoteVersionPayload
Export response with base64 PDF content
This page contains
Fields
| contentType: String | MIME type of the exported content (e.g., application/pdf) |
| content: String | Base64-encoded PDF content |
| userErrors: [ExportQuoteVersionError!] PREVIEW | Errors that prevented export |
Mutations for ExportQuoteVersionPayload
| exportQuoteVersion PREVIEW | Export a quote version as PDF (returns base64-encoded content) |