TextSearchResult: {
    __typename?: "TextSearchResult";
    label: Scalars["String"];
    matches: TextSearchResultMatch[];
}

A text search result with a label and matches to highlight

Type declaration

  • Optional __typename?: "TextSearchResult"
  • label: Scalars["String"]

    Search result label

  • matches: TextSearchResultMatch[]

    Text substring matches in the label text

Generated using TypeDoc