CreateContentFileInput
CreateContentFileInput is used for create ContentFile object. Input was generated by ent.
input CreateContentFileInput {
name: String!
isFolder: Boolean
mimetype: String
cloudinaryID: String
size: Float!
duration: Float
muxID: String
muxReady: Boolean
folderID: ID
}