CreatePDFFilePayload
Payload returned when creating a PDF file upload process
This page contains
Fields
| signedUrl: URL | Signed URL for uploading the PDF file |
| signedUrlExpiresAt: DateTime | The date and time the signed URL expires at |
| uploadProcessId: ID | Unique identifier for tracking the upload process |
| userErrors: [CreatePdfFileError!] | User errors |
Mutations for CreatePDFFilePayload
| createPDFFile | Create a PDF file upload process and return a signed URL for upload |