CreateFileInput (Input)
Description
No description
Fields
Name | Description |
---|---|
contentType - String! | The MIME type of the file |
extension - String! | The extension of the file |
name - String | The name of the file |
size - Float! | The size of the file in bytes |
input CreateFileInput {
contentType: String!
extension: String!
name: String
size: Float!
}