INPUT_OBJECT

SetAssetFileData

Input type for AssetFileData

link GraphQL Schema definition

1input SetAssetFileData {
4
2# The MD5 checksum of the file
3md5sum: String
7
5# The SHA-256 hash of the file
6sha256: String
10
8# deprecated - use filesize
9size: Int
13
11# The file size in bytes
12fileSize: BigInt
16
14# Original file URI, if provided on asset creation
15originalFileUri: String
19
17# The insertion mode of the asset
18mode: AssetCreationMode
22
20# Media duration in milliseconds
21mediaDurationMs: Int
23}