Hey guys! I am trying to create a nested mutation,...
# prisma-whats-new
m
Hey guys! I am trying to create a nested mutation, which connects existing
File
object with newly created
DocumentFile
object, which is included in newly created
Document
, but every time I try to call create mutation it returns an error even though the
Document
and
DocumentFiles
are created properly. Does anyone know why this might be happening? I would really appreciate help!