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
ID of the note.
orderNoteUpdate.input
● OrderNoteInput!
non-null input
Fields required to create a note for the order.
Type
OrderNoteUpdate
object
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.