NauticalOrderVoid
Result of nautical order void mutation.
type NauticalOrderVoid {
order: NauticalOrder
orderErrors: [OrderError!]!
}
Fields
NauticalOrderVoid.order ● NauticalOrder object
A voided order.
NauticalOrderVoid.orderErrors ● [OrderError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
nauticalOrderVoid mutation