I just upgraded a project to graphcool@next. I not...
# prisma-whats-new
p
I just upgraded a project to graphcool@next. I noticed that email-password auth is all written in TS. Do I need to set something up for typescript to work?
p
@nilan, didn’t realize you were a TypeScript kinda guy 😜
n
you don't need to setup anything specifically
p
ah thanks Nilan! Can I test my functions against graphcool locally too? Like console.logs, etc? Is there a guide somewhere for this? I hate to be asking the same questions over and over!
n
it seems that the local logging currently doesn't work reliably, we're looking into that right now
but you could try
graphcool invoke-local
, have you played around with that?
p
not yet, need Docker right? I will give it a shot today 🙂
n
not for
graphcool invoke-local
p
ah ok cool, even better, thanks!