INPUT_OBJECT
AndroidReceiptDataInput
AndroidReceiptDataInput contains the necessary fields to pass in Android purchase receipt data.
link GraphQL Schema definition
1 input AndroidReceiptDataInput { 4 2 # The currency the user was charged in. 3 : String! 7 5 # The amount user was charged. 6 : String! 10 8 # The raw receipt of the purchase. 9 : String! 13 11 # The receipt signature for the purchase. 12 : String! 16 14 # The unit the user was charged in. 15 : AndroidCurrencyUnits! 17 }