GraphQL OBJECT

WebFileSearchResult

Web files search result that match the search parameters.

link Definition

  • type WebFileSearchResult {
  • # List of results that match the search parameters.
  • items: [WebFileSearchResultItem]
  • # Indicates whether the result is truncated.
  • isTruncated: Boolean
  • }

link Required by