ENUM
OfferState
Possible values for the state of an offer
link GraphQL Schema definition
1 enum OfferState { 2 3 # The offer is available for claiming 4 5 6 # The offer is no longer available for claiming 7 8 9 # The offer is not yet available for claiming but will be in the future 10 11 }