Hi, how send auth request to graphcool? because `c...
# prisma-whats-new
s
Hi, how send auth request to graphcool? because
createUser
mutation return error with this user is already added
a
With the built-in authentication methods, you use
signinUser
, with custom authentication (Schema Extensions), you use
generateAuthToken
from the
graphcool-lib