Join the conversation
Join Slack
Channels
graphql-nexus
job-board
madewithprisma
mongodb
orm-help
prisma-client
prisma-data-platform
prisma-go-community
prisma-in-production
prisma-jobs
prisma-migrate
prisma-studio
prisma-whats-new
prisma1-community
prismaday
prismaserverless
product-wishlist
random
Powered by Linen
Title
d
doug_w
12/07/2017, 5:53 PM
Anyone know how to do a query in a function resolver?
j
Jason
12/07/2017, 5:57 PM
This template includes an example of a query in a resolver:
https://github.com/graphcool/templates/blob/master/auth/auth0/src/auth0Authentication.js
d
doug_w
12/07/2017, 6:33 PM
Thanks Jason. Have you used it, or something similar? We are getting
cannot read serviceId
of undefined` and we cannot figure out why.