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
huv1k
04/16/2018, 9:36 PM
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
rwatts3
04/16/2018, 9:37 PM
ah thank you
rwatts3
04/16/2018, 9:37 PM
so is it safe to say webhooks is the equivalent of what graphcool called functions