INPUT_OBJECT

AssetSearchFilter

link GraphQL Schema definition

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

link Required by