GetResumableSignedUploadUrlInput
No description
input GetResumableSignedUploadUrlInput {
contentType: String!
}
Fields
GetResumableSignedUploadUrlInput.contentType ● String! non-null scalar
MIME type of the file to upload, e.g. "image/png". Determines the
object's file extension; must be a supported type (with
"application/x-figma" mapped to a .fig extension).