OBJECT

Geofence

Geofence of an entity.

link GraphQL Schema definition

  • type Geofence {
  • # Unique ID
  • id: Int!
  • # Polygon coordinates of the geofence
  • boundary: [Geolocation]
  • }