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