Around
Filters events within a specified radius around a geo point.
input Around {
distance: String
point: Point!
}
Fields
Around.distance ● String scalar
Radius for filtering results, specified in kilometers. Defaults to "100km"
Around.point ● Point! non-null input
The geographical point defining the center of the radius.
Member Of
searchCriteria input