Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 500 Bytes

File metadata and controls

15 lines (10 loc) · 500 Bytes

Station

Station is a place where the car can load/unload cargo.

Properties

  • name: string. Name of the Station that will be shown in the GUI
  • contactPhone: string. Contact phone of the station used for Twilio notification
  • latitude: float. Latitude of the station (WGS84)
  • longitude: float. longitude of the station (WGS84)
  • id: int. Station database ID

Warning: not all attributes can be changed by GraphQL API.