OBJECT

PaginatedFiles

Paginated response for file queries

link GraphQL Schema definition

  • type PaginatedFiles {
  • # List of files for the current page
  • files: [File!]!
  • # Total number of files matching the query
  • totalCount: Int!
  • }