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