SearchResponse
type SearchResponse {
documents: [Document!]!
documentsV2: [Document]!
totalCount: Int!
cursor: String
}
type SearchResponse {
documents: [Document!]!
documentsV2: [Document]!
totalCount: Int!
cursor: String
}
SearchResponse.documents