OBJECT
Loyalty
link GraphQL Schema definition
- type Loyalty {
- : [LoyaltyBonusCheck]
- # NB: Carries a performance cost, as asking for this will result in a separate API
- # call in the backend.
- : LoyaltyBonusPoints
- : [LoyaltyPointCard]
- }
OBJECT
- type Loyalty {
- : [LoyaltyBonusCheck]
- # NB: Carries a performance cost, as asking for this will result in a separate API
- # call in the backend.
- : LoyaltyBonusPoints
- : [LoyaltyPointCard]
- }