ENUM
JourneyOfferStatus
Possible values for the status of a Journey Offer
link GraphQL Schema definition
1 enum JourneyOfferStatus { 2 3 # Offer can be claimed now 4 5 6 # Offer has been claimed by the user 7 8 9 # Offer has expired and is no longer claimable 10 11 12 # Offer is not yet available 13 14 }