ENUM
JourneyStatus
Represents the status of a journey.
link GraphQL Schema definition
1 enum JourneyStatus { 2 3 # Journey is in draft state. 4 5 6 # Journey is currently ongoing. 7 8 9 # Journey has been completed. 10 11 12 # Journey has been cancelled. 13 14 }