INPUT_OBJECT
ProductInput
Fields of a product which can be passed to mutations.
link GraphQL Schema definition
- input ProductInput {
- # Unique knowledge base identifier (automatically generated)
- ID :
- # Arbitrary id defined by the user, e.g. to identify the object in an application
- ID :
- # Label, e.g. name, of the product.
- String :
- # Language code of the label following xml:lang
- # (https://www.rfc-editor.org/rfc/bcp/bcp47.txt)
- String :
- # Description of the product
- String :
- # Language code of the description following xml:lang
- # (https://www.rfc-editor.org/rfc/bcp/bcp47.txt)
- String :
- # A list of sub products the product consists of
- ProductApplicationInput] : [
- # product passport following
- # https://environment.ec.europa.eu/publications/proposal-ecodesign-sustainable-products-regulation_en
- ProductPassportInput :
- # All supply chains associated with this product
- SupplyChainInput] : [
- # Arbitrary properties of the product
- PropertyInput] : [
- # References to semantics describing the product
- SemanticReferenceInput] : [
- }