Clay
10/08/2017, 5:43 PMreturn graphcool.generateAuthToken(graphcoolUserId, 'User').then(resultToken => {
console.log(resultToken)
})
However, the resolved promise does not seem to get called.
I’m wondering if anyone could point me to the right direction for using generateAuthToken()
agartha
10/08/2017, 6:48 PM.catch(err => console.log(err))
to that call to see what goes wrong?Clay
10/08/2017, 6:54 PM{}
came back. 😢agartha
10/08/2017, 6:55 PMClay
10/08/2017, 6:56 PMClay
10/09/2017, 2:05 AM