Skip to main content

PONote

Represents a note associated with a purchase order, capturing important information or updates related to the order.

type PONote {
author: Party!
authorId: ID!
createdAt: ISO8601DateTime!
id: ID!
milestone: POMilestoneEnum!
note: String!
purchaseOrder: PurchaseOrder!
purchaseOrderId: ID!
status: POStatusEnum!
updatedAt: ISO8601DateTime!
}

Fields

PONote.author ● Party! non-null object

The party who authored the note

PONote.authorId ● ID! non-null scalar

PONote.createdAt ● ISO8601DateTime! non-null scalar

PONote.id ● ID! non-null scalar

PONote.milestone ● POMilestoneEnum! non-null enum

The milestone associated with this note

PONote.note ● String! non-null scalar

PONote.purchaseOrder ● PurchaseOrder! non-null object

The purchase order associated with this note

PONote.purchaseOrderId ● ID! non-null scalar

PONote.status ● POStatusEnum! non-null enum

PONote.updatedAt ● ISO8601DateTime! non-null scalar

Returned By

supplyAddPONote mutation

Member Of

PONoteConnection object ● PONoteEdge object