INPUT_OBJECT

ProductPassportInput

Fields of a product passport which can be passed to mutations.

link GraphQL Schema definition

  • input ProductPassportInput {
  • # Unique knowledge base identifier
  • id: ID
  • # Unique product identifier as required by regulation
  • # https://environment.ec.europa.eu/publications/proposal-ecodesign-sustainable-products-regulation_en
  • identifier: ID
  • # Properties of the product passport and product passport registry necessary to
  • # get the data
  • properties: [PropertyInput]
  • }