How can I create Object that need reference to ano...
# prisma-whats-new
b
How can I create Object that need reference to another object without create the son object in the same time [ like how to create User without Post in the example ]
a
Make the field not required on User
b
But can I create the object with reference? [id or something? ]