INPUT_OBJECT
AssetSearchFilter
link GraphQL Schema definition
1 input AssetSearchFilter { 4 2 # The category the assets are filtered to, e.g. "fonts", "illustrations" 3 : SourceFilesCategory 7 5 # File Extension Type of the assets being searched, e.g. "png", "pdf" 6 : [AssetExtensionType] 10 8 # Price tier of the assets being searched 9 : SourceFilePriceTier 13 11 # Specify the way the assets are sorted 12 : AssetSortType 14 }