INPUT_OBJECT

FileFilterInput

Filter options for querying files based on various criteria

link GraphQL Schema definition

  • input FileFilterInput {
  • # Filename to filter by (partial match supported)
  • filename: String
  • # ID of the file owner to filter by
  • ownerId: ID
  • # Filter by visibility - true for public files only, false for private files only
  • isPublic: Boolean
  • }