OBJECT

AOI

link GraphQL Schema definition

  • type AOI {
  • # List of Skylight user IDs for those users that have access to the Area of
  • # Interest (AOI)
  • accessible_by: [String]
  • # User ID of the AOI creator
  • created_by: String
  • # AOI geometry in GeoJSON format
  • geometry: Polygon
  • # User ID of the AOI owner
  • owned_by: String
  • # Additional AOI properties
  • properties: AoiProperties
  • # AOI status (possible values are 'active' and 'inactive')
  • status: String
  • }

link Require by