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