OBJECT
UserParams
link GraphQL Schema definition
- type UserParams {
- # User parameters ID (unique to the Skylight platform)
- String :
- # User ID (unique to the Skylight platform)
- String :
- # Area of Interest ID (unique to the Skylight platform)
- String :
- # Vessel's minimum speed (in knots)
- Int :
- # Vessel's maximum speed (in knots)
- Int :
- # Unit of measurement (either time or distance-based)
- String :
- # Type of event measurement (either time duration or distance)
- String :
- # Event minimum distance expressed in `display_unit` (see above)
- Float :
- # Event minimum duration in seconds
- Float :
- }