ShippingZoneBulkDelete
Deletes shipping zones.
type ShippingZoneBulkDelete {
count: Int!
shippingErrors: [ShippingError!]! @deprecated
errors: [ShippingError!]!
}
Fields
ShippingZoneBulkDelete.count ● Int! non-null scalar
Returns how many objects were affected.
ShippingZoneBulkDelete.shippingErrors ● [ShippingError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
ShippingZoneBulkDelete.errors ● [ShippingError!]! non-null object
Returned by
shippingZoneBulkDelete mutation
Was this page helpful?