55. Upload zip files (over 6 MB)
1. Request the pre-signed link for further direct upload.
mutation GeneratePresignedPostFileData {
generatePresignedPostFileData(input:{
fileType: applied
farmUuid: "8bba5132-3a92-4ce1-8699-220e78ad68bd"
} ) {
uuid
farmUuid
fileType
s3Url
s3Fields
}
}
2. Send a local file to s3Url with predefined form attributes from s3Fields.
Last updated
Was this helpful?