MediaFormat Object
Description
A specific format variant of a media file with dimensions and URL.
Declaration
type MediaFormat {
_id: ID
name: String
size: Int
url: String
width: Int
height: Int
}
Fields
| Name | Type | Description |
|---|---|---|
_id | ID | Internal database identifier. |
name | String | Name of the format variant. |
size | Int | File size in bytes. |
url | String | URL to access the formatted media file. |
width | Int | Width of the media in pixels. |
height | Int | Height of the media in pixels. |