PurchaseOrderEdge
An edge that contains a node of type PurchaseOrder and a cursor.
Fields
2 fieldsid•ID!Unique primary key.
reference•StringReference of the order
status•PurchaseOrderStatus!Status of the order
CANCELEDCREATEDORDEREDEXPECTEDRECEIVINGRECEIVEDCOMPLETEDcreatedAt•DateTimeTz!When the order was created.
updatedAt•DateTimeTz!When the order was last updated.
isUpdatable•Boolean!Whether this purchase order can be updated.
id•ID!Unique primary key.
name•StringName of the supplier
reference•StringAccount number of the organization at the supplier
emails•[String!]E-mail addresses
remarks•StringRemarks about this supplier
createdAt•DateTimeTz!When the supplier was created.
updatedAt•DateTimeTz!When the supplier was last updated.
pageInfo•PageInfo!Pagination information about the list of edges.
A list of PurchaseOrderLine edges.
pageInfo•PageInfo!Pagination information about the list of edges.
edges•[GoodsReceiptEdge!]!A list of GoodsReceipt edges.
pageInfo•PageInfo!Pagination information about the list of edges.
edges•[EventEdge!]!A list of Event edges.
pageInfo•PageInfo!Pagination information about the list of edges.
A list of SupportTicketAccess edges.
cursor•String!A unique cursor that can be used for pagination.