Skip to main content

SearchResponseType

Represents informations about a search response type.

type SearchResponseType {
type: SearchableType!
total: Int!
hits: [SearchHit]!
}

Fields

SearchResponseType.type ● SearchableType! non-null enum

The resource type.

SearchResponseType.total ● Int! non-null scalar

The total number of matched entries.

SearchResponseType.hits ● [SearchHit]! non-null object

The search results that matched the search term.

Returned By

search query