DigitalProductPassport type
Fields
| Field | Type | Description |
|---|---|---|
id | ID! | Unique DPP identifier |
productId | ID! | Associated product |
publicUrl | String! | Public URL for the passport |
qrCodeUrl | String | URL to the QR code image (SVG) |
status | DppStatus! | Current status |
locale | String! | Language/locale of the passport |
sections | [DppSection!]! | Structured data sections |
auditTrail | [AuditEntry!]! | Immutable change log |