Hey, is there a way to retrieve the basic auth mut...
# prisma-whats-new
l
Hey, is there a way to retrieve the basic auth mutations from graphcool as functions that I can change? I’d like to modify the createUser function to fit my needs.
a
You can build your own using Schema Extension. This repo contains examples for many authentication methods: https://github.com/graphcool-examples/functions/tree/master/authentication
c
i would note you'll need to enabled the beta to get access to these
šŸ‘šŸ» 1