GraphQL INPUT_OBJECT

WebFileFilter

Filter for web files.

link Definition

  • input WebFileFilter {
  • # Filter for files, that have changed after given timestamp.
  • lastModifiedDate: DateTime
  • # Filter for files of specified client accounts.
  • clientIds: [Int]
  • # Filter for files of specified categories.
  • webFileCategories: [WebFileCategoryEnum]
  • # Filter for chunked data.
  • pagination: PaginationInput
  • }

link Required by