OBJECT
ClaimJourneyOfferSelfConnection
Data that contains the journey offer claim status.
link GraphQL Schema definition
1 type ClaimJourneyOfferSelfConnection { 2 3 # The connection for whether the user is entitled to the offer. 4 JourneyOfferSelfConnection! : 5 6 }