GraphQL OBJECT
ProductFileSearchResult
Product files search result that match the search parameters.
link Definition
- type ProductFileSearchResult {
- # List of results that match the search parameters.
- : [ProductFileSearchResultItem]
- # Indicates whether the result is truncated.
- : Boolean
- }