Cluster Object
Cluster is a list of stops grouped by name and proximity
Fields
#
id
ID !
Non-null
Global object ID provided by Relay. This value can be used to refetch this object using node query.
lat
Float !
Non-null
Latitude of the center of this cluster (i.e. average latitude of stops in this cluster)
lon
Float !
Non-null
Longitude of the center of this cluster (i.e. average longitude of stops in this cluster)
Interfaces
#
Also implements Node .
Usages
#
References
#
- Field cluster from QueryType
- Field clusters from QueryType
- Field cluster from Stop
Previous
CarRentalPreferencesInput
Next
ContactInfo