Join Discord
Powered by
return async (root, args, ctx, info, next) => { ...
# support-questions-legacy
e
ejoc7318
02/06/2021, 8:02 AM
return async (root, args, ctx, info, next) => { try { const value = await next(root, args, ctx, info) return value } catch (err) { if (SuperTokensError.isErrorFromSuperTokens(err)) { throw err } } }
Previous
Next