Has anyone had luck using Prisma in a Netlify Func...
# orm-help
c
Has anyone had luck using Prisma in a Netlify Function? I'm stuck because graphql-import doesn't work after things are zipped up
Here's a better explanation, but apparently the import of graphql files is done at runtime and I think my files aren't being included because they aren't being required/imported Here's a longer explanation of what's happening: https://community.netlify.com/t/function-cannot-import-relative-graphql-type-definition-file/14444