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 # deprecated - use filesize 6 Int : 10 8 # The file size in bytes 9 BigInt : 13 11 # Original file URI, if provided on asset creation 12 String : 16 14 # The insertion mode of the asset 15 AssetCreationMode : 19 17 # Media duration in milliseconds 18 Int : 20 }