HotspotConnection
A connection to a list of items.
type HotspotConnection {
edges: [HotspotEdge]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
HotspotConnection.edges ● [HotspotEdge] list object
A list of edges.
HotspotConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
HotspotConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.
Returned By
hotspots query