How can i integrate passport with prisma and graph...
# orm-help
d
How can i integrate passport with prisma and graphql-yoga ?
w
i think if you serve the graphql-yoga with express then you can use normally as with any other express app through the middleware.
d
thanks!