INPUT_OBJECT
PurchasableOfferParams
Parameters to get details about a purchasable offer for the current logged in user.
link GraphQL Schema definition
1 input PurchasableOfferParams { 4 2 # List of gift recipient IDs if the offer is giftable. 3 : [ID!] 7 5 # The ID of the Offer. 6 : ID! 10 8 # The ID of the Promotion attached to a Purchasable Offer (optional). 9 : ID 13 11 # The static and dynamic bindings of the attributes on an Offer. 12 : [OfferTagBindingInput!] 14 }