OBJECT

UserParams

link GraphQL Schema definition

  • type UserParams {
  • # User parameters ID (unique to the Skylight platform)
  • params_id: String
  • # User ID (unique to the Skylight platform)
  • user_id: String
  • # Area of Interest ID (unique to the Skylight platform)
  • aoi_id: String
  • # Vessel's minimum speed (in knots)
  • speed_min: Int
  • # Vessel's maximum speed (in knots)
  • speed_max: Int
  • # Unit of measurement (either time or distance-based)
  • display_unit: String
  • # Type of event measurement (either time duration or distance)
  • filter_type: String
  • # Event minimum distance expressed in `display_unit` (see above)
  • min_distance: Float
  • # Event minimum duration in seconds
  • min_duration: Float
  • }

link Require by