File Object
Description
Represents metadata about an uploaded file.
Declaration
type File {
filename: String!
mimetype: String!
encoding: String!
}
Fields
| Name | Type | Description |
|---|---|---|
filename | String! | Original filename of the uploaded file. |
mimetype | String! | MIME type of the file, such as image/jpeg or application/pdf. |
encoding | String! | Character encoding of the file content. |