SearchResultItem
type SearchResultItem {
item: SearchItem
score: Float
}Fields
item ● SearchItem union
score ● Float scalar
Member Of
Last updated
Was this helpful?
Represents a single search result item.
type SearchResultItem {
item: SearchItem
score: Float
}SearchItem unionThe item itself.
Float scalarThe search match score.
SearchResultItemEdge object
Last updated
Was this helpful?
Was this helpful?