Hi there, just started with some backend stuff and...
# prisma-whats-new
g
Hi there, just started with some backend stuff and playing around with Prisma. I’m setting up a file server, have a file watcher watching for logs/files and create an entry/node when needed. Now this seems to work fine, except when the new file is supposed to replace an existing entry. Note, these mutations are called server side.