orderNoteUpdate
Updates note of an order.
Added in Saleor 3.15This API is currently in Feature Preview and can be subject to changes at later point.
orderNoteUpdate(
note: ID!
input: OrderNoteInput!
): OrderNoteUpdate
Arguments
orderNoteUpdate.note
● ID!
non-null scalar miscellaneous
ID of the note.
orderNoteUpdate.input
● OrderNoteInput!
non-null input orders
Fields required to create a note for the order.
Type
OrderNoteUpdate
object orders
Updates note of an order.
Added in Saleor 3.15This API is currently in Feature Preview and can be subject to changes at later point.