orderNoteUpdate Mutation
Updates note of an order.
orderNoteUpdate(
note: ID!
input: OrderNoteInput!
): OrderNoteUpdate
Show return type
Arguments
note ● ID!
ID of the note.
input ● OrderNoteInput!
Fields required to create a note for the order.
Type
OrderNoteUpdate
Updates note of an order.