Skip to main content

nauticalOrderLineAddNote

Add a note to a nautical order line.

nauticalOrderLineAddNote(
id: ID!
input: NoteInput!
): NauticalOrderLineAddNote

Arguments

nauticalOrderLineAddNote.id ● ID! non-null scalar

ID of the nautical order line to add a note to.

nauticalOrderLineAddNote.input ● NoteInput! non-null input

Fields required to create a note for the line.

Type

NauticalOrderLineAddNote object

Add a note to a nautical order line.

Was this page helpful?