Events
No description
type Events {
data: [Event!]
facets: Facets
pageCount: Int
pageInfo: PageInfo
totalCount: Int
}
Fields
Events.data ● [Event!] list object
A list of event result items associated with the query.
Events.facets ● Facets object
A collection of top results for each facet, such as sports, countries, or cities, based on the query criteria.
Events.pageCount ● Int scalar
The total number of pages available based on the given page size.
Events.pageInfo ● PageInfo object
Information about the current page and navigation details for pagination.
Events.totalCount ● Int scalar
The total number of event items matching the query.
Returned By
events query