prisma-examples
prisma-examples copied to clipboard
graphql-nextjs file upload?
How to implement file upload in graphql-nextjs(graphql upload)?
I'm pretty sure that is outside the scope of Prisma, which handles interfacing with the DB. If you are looking for something plug n play try Google's Firebase Cloud Storage, this might be helpful for implementing with NextJs which is React based: https://github.com/fris-fruitig/react-firebase-file-uploader
https://www.npmjs.com/package/graphql-upload can't you upload it this way?
i tried but it doesn't work.
Hi 👋🏽
Were you able to resolve the issue? I'll go ahead and close it.