Skip to main content

Races

No description

type Races {
data: [Race!]
facets: Facets
pageCount: Int
pageInfo: PageInfo
totalCount: Int
}

Fields

Races.data ● [Race!] list object

A list of race result items associated with the query.

Races.facets ● Facets object

A collection of top results for each facet, such as sports, countries, or cities, based on the query criteria.

Races.pageCount ● Int scalar

The total number of pages available based on the given page size.

Races.pageInfo ● PageInfo object

Information about the current page and navigation details for pagination.

Races.totalCount ● Int scalar

The total number of race items matching the query.