does Prisma allow to create resolvers and hooks al...
# prisma-whats-new
p
does Prisma allow to create resolvers and hooks also?
n
did you check https://www.prismagraphql.com/docs/quickstart/? You'll write convential GraphQL resolvers with Prisma, covering resolver and hook functions.
p
you mean examples?