Fix missing node impl

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-01-30 14:40:07 -08:00
parent f91b954845
commit 2b42da722e

View File

@@ -61,7 +61,7 @@ type VendorEdge {
node: Vendor!
}
type Vendor {
type Vendor implements Node {
id: ID!
name: String!
createdAt: Datetime!