PublicationUploadUrlInput
The input to obtain a publication uploadUrl.
input PublicationUploadUrlInput {
forceOverwrite: Boolean
mimeType: Mime!
type: UploadablePublicationResourceType!
}
Fields
PublicationUploadUrlInput.forceOverwrite
● Boolean
scalar
Whether or not the uploaded resource should replace any previous version, ignoring caching if necessary.
PublicationUploadUrlInput.mimeType
● Mime!
non-null scalar
The mime type of the file to be uploaded.
PublicationUploadUrlInput.type
● UploadablePublicationResourceType!
non-null enum
The type of resource intended to be uploaded in relation to a publicaiton.