INPUT_OBJECT

SearchResultFilter

link GraphQL Schema definition

1input SearchResultFilter {
3
2assets: assetsFilter
5
4assetsCategory: assetsCategoryFilter
7
6assetsPriceTier: assetsPriceTierFilter
9
8ccService: ccService
11
10city: city
13
12color_hex: color_hex
15
14country: country
17
16creative_fields: creative_fields
19
18exif_aperture: exif_aperture
21
20exif_flash: exif_flash
23
22exif_focal_length: exif_focal_length
25
24exif_iso: exif_iso
27
26exif_lens: exif_lens
29
28exif_lens_brand: exif_lens_brand
31
30exif_make: exif_make
33
32exif_make_exact: exif_make_exact
35
34exif_shutter_speed: exif_shutter_speed
37
36exif_zoom: exif_zoom
39
38field: field
41
40gif: gif
43
42hasSubscription: has_subscription
47
44# Pipe-delimited image module id list to override search. Special permissions
45# needed for this filter to work.
46imageIds: String
49
48nft: nft
51
50paymentType: UserPaymentsFilter
53
52premium: PremiumFilter
55
54schools: schools
58
56# id for image module to get similar style images for
57similarStyleImagesId: SimilarStyleImageId
60
59sort: sort
62
61sourceFileCategory: sourceFileCategory
64
63sourceFilePriceTier: sourceFilePriceTier
66
65sourceFiles: SourceFilesFilter
68
67state: state
70
69time: time
72
71tools: tools
74
73userAvailability: UserAvailabilityFilter
75}

link Required by