OBJECT
RankedResultsConnection
The connection type for RankedResult.
link GraphQL Schema definition
- type RankedResultsConnection {
- # A list of edges.
- RankedResultsEdge] : [
- # A list of nodes.
- RankedResult] : [
- # Information to aid in pagination.
- PageInfo! :
- Int! :
- }