hotspots
hotspots(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: HotspotOrder
where: HotspotWhereInput
): HotspotConnection!
Arguments
hotspots.after ● Cursor scalar
Returns the elements in the list that come after the specified cursor.
hotspots.first ● Int scalar
Returns the first n elements from the list.
hotspots.before ● Cursor scalar
Returns the elements in the list that come before the specified cursor.
hotspots.last ● Int scalar
Returns the last n elements from the list.
hotspots.orderBy ● HotspotOrder input
Ordering options for Hotspots returned from the connection.
hotspots.where ● HotspotWhereInput input
Filtering options for Hotspots returned from the connection.
Type
HotspotConnection object
A connection to a list of items.