siyfion
12/14/2018, 3:09 PMRESULT: undefined from:
return prisma.$exists
.user({ username: args.username })
.then(exists => {
console.log('RESULT:', exists)
return !exists
})
.catch(err => {
console.log('ERROR:', err)
throw err
})