Skip to main content

NauticalOrderLineAddNote

Result of nautical order line add note mutation.

type NauticalOrderLineAddNote {
nauticalOrderLine: NauticalOrderLine
orderErrors: [OrderError!]!
}

Fields

NauticalOrderLineAddNote.nauticalOrderLine ● NauticalOrderLine object

NauticalOrderLineAddNote result.

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

List of errors that occurred executing the mutation.

Returned By

nauticalOrderLineAddNote mutation

Was this page helpful?