OBJECT
CalculateVouchersPayload
link GraphQL Schema definition
1 type CalculateVouchersPayload { 2 # All elements are always returned 3 : [CalculateVouchersResult!]! 4 5 : [UserError!]! 6 7 : [UserWarning!]! 8 9 }
OBJECT
1 type CalculateVouchersPayload { 2 # All elements are always returned 3 : [CalculateVouchersResult!]! 4 5 : [UserError!]! 6 7 : [UserWarning!]! 8 9 }