VendorPayoutAddNoteInput
Input for adding a vendor payout note.
input VendorPayoutAddNoteInput {
message: String!
}
Fields
VendorPayoutAddNoteInput.message ● String! non-null scalar
Note message content.
Member Of
vendorPayoutNoteAdd mutation