OBJECT
SupplyChain
A supply chain container, consisting of supply chain elements to represent the whole supply chain.
link GraphQL Schema definition
- type SupplyChain {
- # Unique knowledge base identifier (automatically generated).
- ID! :
- # Arbitrary id defined by the user, e.g. to identify the object in an application.
- ID :
- # Description containing information about the supply chain.
- String :
- # Language code of the description following xml:lang
- # (https://www.rfc-editor.org/rfc/bcp/bcp47.txt).
- String :
- # The direct suppliers as first level elements of the supply chain.
- SupplyChainElement!]! : [
- }
link Require by
- EnterpriseAn enterprise or company which is a supplier in a supply chain, provider of production capabilities, etc.
- ProductAn end product (can also be a material) or a product used to produce another product. It includes information about its supply chain and references its product passport.
- Query
- SupplyChainResponse