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