CheckoutSettingsInput
No description
input CheckoutSettingsInput {
useLegacyErrorFlow: Boolean
}
Fields
CheckoutSettingsInput.useLegacyErrorFlow
● Boolean
scalar miscellaneous
Default
Added in Saleor 3.15true
. Determines if the checkout mutations should use legacy error flow. In legacy flow, all mutations can raise an exception unrelated to the requested action - (e.g. out-of-stock exception when updating checkoutShippingAddress.) Iffalse
, the errors will be aggregated incheckout.problems
field. Some of theproblems
can block the finalizing checkout process. The legacy flow will be removed in Saleor 4.0. The flow withcheckout.problems
will be the default one.DEPRECATED: this field will be removed in Saleor 4.0.
Member Of
ChannelCreateInput
input ● ChannelUpdateInput
input