Simon Cleriot

Results 6 comments of Simon Cleriot

Sure: ```js import { server, settings, use } from 'nexus' import { prisma } from 'nexus-plugin-prisma' import { PrismaClient } from '@prisma/client' // ... server.express.use((req, res, next) => { req.prisma...

@mohe2015 Thanks, but this issue is not about Prisma usage, but a bug report regarding TypeScript typechecking done by `nexus build`

Actually I'm trying no extend not only NexusContext type but also Express I should be able to extend any typings, in types/ directory for example as explained here: https://nexusjs.org/guides/project-layout#local-package-typings. Works...

@jacklp @JavascriptMick If you're still interested, I just stumbled on the same issue for one of my project, and I just published a tiny library for 2 way binding :...

We are not using the Google Ads API (this issue happens when we refresh the token, which is API independant I guess?), but it might be the same issue impacting...