INPUT_OBJECT

SupplyChainInput

Fields of a supply chain which can be passed to mutations.

link GraphQL Schema definition

  • input SupplyChainInput {
  • # Unique knowledge base identifier (automatically generated)
  • id: ID
  • # Arbitrary id defined by the user, e.g. to identify the object in an application.
  • sourceId: ID
  • # Description of the supply chain.
  • description: String
  • # Language code of the description following xml:lang
  • # (https://www.rfc-editor.org/rfc/bcp/bcp47.txt).
  • descriptionLanguageCode: String
  • # The direct suppliers as first level elements of the supply chain.
  • suppliers: [SupplyChainElementInput]
  • }