nauticalOrderAddNote
Adds note to the order.
nauticalOrderAddNote(
order: ID!
input: OrderAddNoteInput!
): NauticalOrderAddNote
Arguments
nauticalOrderAddNote.order ● ID! non-null scalar
ID of the order to add a note for.
nauticalOrderAddNote.input ● OrderAddNoteInput! non-null input
Fields required to create a note for the order.
Type
NauticalOrderAddNote object
Adds note to the order.