how do you create a node when its only properties ...
# prisma-whats-new
s
how do you create a node when its only properties are
id
and a relationship to another type?
a
mutation { createMyType { id } }
s
thanks!