Organization / Types/ object
PurchaseOrderConnection
A paginated list of PurchaseOrder edges.
Fields
2 fieldshasNextPage•Boolean!When paginating forwards, are there more items?
hasPreviousPage•Boolean!When paginating backwards, are there more items?
startCursor•StringThe cursor to continue paginating backwards.
endCursor•StringThe cursor to continue paginating forwards.
id•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.
supplier•SupplierSupplier of the order
Order lines
goodsReceipts•GoodsReceiptConnection!Goods receipts linked to this purchase order
events•EventConnection!Events related to this purchase order
tickets•SupportTicketAccessConnection!Support tickets linked to this purchase order
cursor•String!A unique cursor that can be used for pagination.