Skip to main content

GeoBoundingBoxInput (Input)

Description

GeoBoundingBoxInput class is used to filter fields of type geo-point. It allows specifying a bounding box with top-left and bottom-right geographical points.



Fields

NameDescription
bottomRight - GeoPointInput!Bottom-right point of the bounding box
topLeft - GeoPointInput!Top-left point of the bounding box

input GeoBoundingBoxInput {
bottomRight: GeoPointInput!
topLeft: GeoPointInput!
}