Title
p

peterp

10/20/2017, 12:24 AM
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

pcooney10

10/20/2017, 2:52 AM
@nilan, didn’t realize you were a TypeScript kinda guy 😜
n

nilan

10/20/2017, 12:43 PM
you don't need to setup anything specifically
p

peterp

10/20/2017, 2:16 PM
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

nilan

10/20/2017, 2:17 PM
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

peterp

10/20/2017, 2:20 PM
not yet, need Docker right? I will give it a shot today 🙂
n

nilan

10/20/2017, 2:21 PM
not for
graphcool invoke-local
p

peterp

10/20/2017, 3:50 PM
ah ok cool, even better, thanks!