SearchResultEntry
No description
type SearchResultEntry {
highlight: String
model: SearchableModel!
rank: Float!
title: String
}
Fields
SearchResultEntry
.highlight
● String
scalar
SearchResultEntry
.model
● SearchableModel!
non-null union
SearchResultEntry
.rank
● Float!
non-null scalar
SearchResultEntry
.title
● String
scalar
Member Of
SearchResult
object