Closed nicolaslopezj closed 7 years ago
Now, when the user is not found, no context is provided, so when we do if (context.userId) or something like that it throws an error:
if (context.userId)
Cannot read property 'userId' of undefined
looks good, thanks!
When this will be published?
Published apollo@0.2.1
Now, when the user is not found, no context is provided, so when we do
if (context.userId)
or something like that it throws an error: