UpdateContentFileInput
UpdateContentFileInput is used for update ContentFile object. Input was generated by ent.
input UpdateContentFileInput {
name: String
isFolder: Boolean
mimetype: String
clearMimetype: Boolean
cloudinaryID: String
clearCloudinaryID: Boolean
size: Float
duration: Float
clearDuration: Boolean
muxID: String
clearMuxID: Boolean
muxReady: Boolean
clearMuxReady: Boolean
folderID: ID
clearFolder: Boolean
}