NauticalOrderCapture
Result of nautical order capture mutation.
type NauticalOrderCapture {
order: NauticalOrder
orderErrors: [OrderError!]!
}
Fields
NauticalOrderCapture.order ● NauticalOrder object
Captured Nautical Order.
NauticalOrderCapture.orderErrors ● [OrderError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
nauticalOrderCapture mutation