CreateImagePayload
Payload returned when creating an image upload process
This page contains
Fields
| signedUrl: URL | Signed URL for uploading the image directly to S3 |
| signedUrlExpiresAt: DateTime | The date and time the signed URL expires at |
| uploadProcessId: ID | Unique identifier for tracking the upload process |
| userErrors: [CreateImageError!] | User errors |
Mutations for CreateImagePayload
| createImage | Create an image upload process and return a signed URL for direct upload |