Skip to main content

CreateFileInput (Input)

Description

No description



Fields

NameDescription
contentType - String!The MIME type of the file
extension - String!The extension of the file
name - StringThe name of the file
size - Float!The size of the file in bytes

input CreateFileInput {
contentType: String!
extension: String!
name: String
size: Float!
}