ENUM
JourneyStatus
Possible values for the status of a Journey
link GraphQL Schema definition
1 enum JourneyStatus { 2 3 # Journey can be enrolled in now 4 5 6 # Journey is CLAIMED when the user claims at least 1 journey offer 7 8 9 # Journey has expired and is no longer available 10 11 12 # Journey is not yet available 13 14 }