Skip to content

RequestApplyVoucherPayload

View normalized Markdown

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