Skip to main content

NauticalOrderLineBulkCancel

Result of nauticalOrderLineBulkCancel mutation.

type NauticalOrderLineBulkCancel {
count: Int!
order: NauticalOrder
orderErrors: [OrderError!]!
}

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.

NauticalOrderLineBulkCancel.orderErrors ● [OrderError!]! non-null object

List of errors that occurred executing the mutation.

Returned By

nauticalOrderLineBulkCancel mutation

Was this page helpful?