nauticalOrderAddNote
Adds a note to a nautical (marketplace) order. Requires MANAGE_MARKETPLACE permission.
nauticalOrderAddNote(
order: ID!
input: OrderAddNoteInput!
): NauticalOrderAddNote!
Arguments
nauticalOrderAddNote.order ● ID! non-null scalar
nauticalOrderAddNote.input ● OrderAddNoteInput! non-null input
Type
NauticalOrderAddNote object
Result of nautical order add note mutation.