Skip to main content

NauticalOrderLineBulkCancel

Cancels nautical order lines, associated order lines, and removes allocations for that order line.

type NauticalOrderLineBulkCancel {
count: Int!
order: NauticalOrder
}

Fields

NauticalOrderLineBulkCancel.count ● Int! non-null scalar

Returns how many objects were affected.

NauticalOrderLineBulkCancel.order ● NauticalOrder object

The nautical order that had a line cancelled.

Returned By

nauticalOrderLineBulkCancel mutation

Was this page helpful?