OBJECT

SearchResponse

Description

Supported in v5.0+

link GraphQL Schema definition

  • type SearchResponse {
  • # Supported in v5.0+
  • # Just the filename without the whole path.
  • filename: String
  • # Supported in v5.0+
  • path: String
  • # Supported in v5.0+
  • fileVersions: [FileVersion!]!
  • }