HotspotEdge
An edge in a connection.
type HotspotEdge {
node: Hotspot
cursor: Cursor!
}
Fields
HotspotEdge.node ● Hotspot object
The item at the end of the edge.
HotspotEdge.cursor ● Cursor! non-null scalar
A cursor for use in pagination.
Member Of
HotspotConnection object