For the complete documentation index, see llms.txt. This page is also available as Markdown.

SearchResultItemEdge

The edge type for SearchResultItemConnection

type SearchResultItemEdge {
  cursor: String
  node: SearchResultItem
}

Fields

cursor ● String scalar

The cursor of this item for pagination.

node ● SearchResultItem object

The actual search result item.

Member Of

SearchResultItemConnection object

Last updated

Was this helpful?