GraphQL INPUT_OBJECT
WebFileFilter
Filter for web files.
link Definition
- input WebFileFilter {
 - #   Filter for files, that have changed after given timestamp.
 - : DateTime
 - #   Filter for files of specified client accounts.
 - : [Int]
 - #   Filter for files of specified categories.
 - : [WebFileCategoryEnum]
 - #   Filter for chunked data.
 - : PaginationInput
 - }