- fix: Variant defenition
@@ -69,7 +69,6 @@ func (p *Product) As() *generated.Product {
TotalInventory: nil,
UpdatedAt: scalar.NewDateTimeFrom(p.UpdatedAt),
VariantBySelectedOptions: nil,
- Variants: "",
Vendor: p.Vendor.String,
}