Hello. I'm trying to connect 2 nodes, but some par...
# prisma-whats-new
m
Hello. I'm trying to connect 2 nodes, but some parent nodes may not have a child nodes. I'm using
GraphQLList
type to implement this. Example: person "Jane" have one contact, person "John" have two contacts and finally, person "Mike" have 0 contacts. In this case, Contact table stores contact person's id. The problem with person "Mike". Please help 😊