Skip to main content

NoteInput

A note input object. Notes can be used by different entities in the system. For example, a note can be used in an order, a product, a warehouse, etc.

input NoteInput {
note: String!
}

Fields

NoteInput.note ● String! non-null scalar

The note content.

Member Of

CreateASNInput input ● CreateOrderInput input ● UpdateOrderInput input