Hi Everyone, I am wondering if someone can give me...
# orm-help
r
Hi Everyone, I am wondering if someone can give me some insight on the graphql "functions" equivalent in Prisma. or how to use functions when using prisma
h
If you want only use prisma there are webhooks what you can use. If you are using application layer for example
graphql-yoga
you can use resolvers and make custom logic there
r
ah thank you
so is it safe to say webhooks is the equivalent of what graphcool called functions
h
Dependa on what kind of functions