INPUT_OBJECT

LinkedAssetInput

link GraphQL Schema definition

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