Skip to main content
Version: Latest

SearchDocumentImageResponse

type SearchDocumentImageResponse {
images: [DocumentImage!]
totalCount: Int!
cursor: String
}

Fields

SearchDocumentImageResponse.images ● [DocumentImage!] list object graph-ql-types

List of images based on the filters. @exposed

SearchDocumentImageResponse.totalCount ● Int! non-null scalar graph-ql-types

Total count of found documents, keep in mind this number is an estimate @exposed

SearchDocumentImageResponse.cursor ● String scalar graph-ql-types

The absence of the cursor value means that there are no more results available @exposed

Returned By

searchDocumentImages query