SearchHit
Represents information about a search hit.
type SearchHit {
id: ID!
title: String
status: RelatedStatusType
}
Fields
SearchHit.id ● ID! non-null scalar
Entity's unique identifier.
SearchHit.title ● String scalar
The entity's title.
SearchHit.status ● RelatedStatusType object
The entity's status, if applicable.
Member Of
SearchResponseType object