and 2. What does actually the type `Node` mean? It...
# prisma-whats-new
s
and 2. What does actually the type
Node
mean? It’s not explained in the documentation
c
good question.
t
s
so basically every resource is a
Node
because it’s representing a database entity? And I don’t have to explicitly specify
type MyType implements Node
if I add the
@model
directive, if understand this part of the documentation correctly?
FYI I’v got some answers -
implements Node
is deprecated and obsolete,
@model
will be the new method to declare an entity.
👍 2
i
Following because I am also curious. Can anyone confirm @sebulon’s thoughts?
Or, @sebulon, can you provide a link for where you found that info?
s
actually I got some insider information from @nikolasburk about this, there is no conclusive resource right now, I guess the documentation is in process of being updated
🕵️ 1
👍 1