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