Join Slack
Powered by
newbie question... can I on Prisma mix together my...
# orm-help
z
zonofthor
04/16/2018, 9:29 PM
newbie question... can I on Prisma mix together my custom resolvers and the built in ones?
h
huv1k
04/16/2018, 9:30 PM
you can do it in application layer with
graphql-yoga
for example
z
zonofthor
04/16/2018, 9:36 PM
so yoga would do the basics and I'd write custom resolvers for more advanced?
h
huv1k
04/16/2018, 9:39 PM
Yea you can delegate most queris to prisma and write few extra on top
z
zonofthor
04/16/2018, 9:40 PM
ok excellent, thx
Open in Slack
Previous
Next