RequestApplyVoucherPayload
Autogenerated return type of RequestApplyVoucher.
graphql
type RequestApplyVoucherPayload {
errors: [Error!]
followUpProducts: [Product!]
request: Request
}
Fields
RequestApplyVoucherPayload.errors · [Error!] list object
RequestApplyVoucherPayload.followUpProducts · [Product!] list object
RequestApplyVoucherPayload.request · Request object
Returned By
requestApplyVoucher mutation