newbie question... can I on Prisma mix together my...
# orm-help
z
newbie question... can I on Prisma mix together my custom resolvers and the built in ones?
h
you can do it in application layer with
graphql-yoga
for example
z
so yoga would do the basics and I'd write custom resolvers for more advanced?
h
Yea you can delegate most queris to prisma and write few extra on top
z
ok excellent, thx