TextSearchResultMatch: {
    __typename?: "TextSearchResultMatch";
    length: Scalars["Int"];
    offset: Scalars["Int"];
}

A details of a single result from a text search

Type declaration

  • Optional __typename?: "TextSearchResultMatch"
  • length: Scalars["Int"]

    Length of the match

  • offset: Scalars["Int"]

    Start of the match

Generated using TypeDoc