OBJECT

ClaimJourneyOfferSelfConnection

Data that contains the journey offer claim status.

link GraphQL Schema definition

1type ClaimJourneyOfferSelfConnection {
2
3# The connection for whether the user is entitled to the offer.
4offer: JourneyOfferSelfConnection!
5
6}