checkoutLineAddNote
Add a note to a checkout line.
checkoutLineAddNote(
id: ID!
input: NoteInput!
): CheckoutLineAddNote!
Arguments
checkoutLineAddNote.id ● ID! non-null scalar
checkoutLineAddNote.input ● NoteInput! non-null input
Type
CheckoutLineAddNote object
Result of checkout line add note mutation.