OBJECT
AttachmentPresignedUploadUrl
# GraphQL Schema definition
1 type AttachmentPresignedUploadUrl { 2 # Direct s3 upload endpoint to which you can upload files. Make sure you include 3 # upload_url_payload with the request 4 String! : 5 # Payload you need to provide for upload_url 6 HashObject! : 7 }