Skip to main content

Node

Any entity that can be loaded by its global id through the node(id: ID!) query.

interface Node {
id: ID!
}

Fields

Node.id ● ID! non-null scalar

Global identifier for this entity.

Returned By

node query

Implemented By

Batch object ● BinLocation object ● Country object ● Currency object ● Customer object ● CustomerGroup object ● Document object ● DocumentType object ● GoodsReceipt object ● GoodsReceiptLineItem object ● Order object ● OrderLineItem object ● PaymentMethod object ● Product object ● ProductStockLocationConfiguration object ● ProductSupplierConfiguration object ● ProductWarehouseConfiguration object ● SalesChannel object ● Salutation object ● Stock object ● Supplier object ● SupplierOrder object ● SupplierOrderLineItem object ● Tag object ● Warehouse object ● WarehouseStock object