Skip to main content

Arguments

Receives filename and category.

Returns

CreateUSAFileAttachment

Mutation to generate a Pre-signed S3 post request that can be use to upload files to S3.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can upload files

Query Complexity

1

Examples

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Query

mutation CreateUsaFileAttachment($input: CreateUSAFileAttachmentInputType) { createUsaFileAttachment(input: $input) { postRequest { ...UploadFileAttachmentPostRequestFragment } } }

Variables

Response

{ "data": { "createUsaFileAttachment": { "postRequest": UploadFileAttachmentPostRequest } } }