INPUT_OBJECT
PlaceOrdersInput
link GraphQL Schema definition
1 input PlaceOrdersInput { 4 2 # Ids for the offer which are being entitled 3 : [String!]! 9 5 # JSON blob containing data about where an order is taking place 6 # ex: '{eventId: "xyzas234nv2", page: "ODP", url: 7 # "https://twitch.amazon.com/prime/loot/destiny2?ref_=SM_D204_CRWN"}' 8 : String! 13 10 # Optional - Date override in UTC to view the offers available for a specific 11 # date for allowlist accounts. Defaults to current time. 12 : Time 14 }