INPUT_OBJECT
GeoRadiusPropertyFilterInput
# GraphQL Schema definition
1 input GeoRadiusPropertyFilterInput { 5 2 # GeoJSON Object: of type Point, MultiPoint, LineString, Polygon. example: `{ 3 # type: "Point", coordinates: [-84.3, 39.8] }`. Read documentation for more 4 GeometryJSON : 9 6 # property name with value for radius distance. Property has to be of float type. 7 # Value has to be `km` unit. 8 String : 10 }