INPUT_OBJECT
LinkedAssetInput
link GraphQL Schema definition
1 input LinkedAssetInput { 3 2 : SourceFilesCategory 5 4 : SourceFileLicenseType! 8 6 # ModuleIds associated with the linked asset 7 : [Int] 11 9 # Specify the asset name with min length of 3 and max length of 255 symbols. 10 : LinkedAssetName! 13 12 : PremiumStatus! 16 14 # Specify the asset url with max length of 1000 symbols. 15 : LinkedAssetUrl! 17 }