We're a place where coders share, stay up-to-date and grow their careers.
Yes you can use this in a Next.js API route. Just make sure to this to the end of the graphql.ts file.
graphql.ts
export const config = { api: { bodyParser: false, }, }
Thank you !
I'm having an issue with the deploy, hope to fix it soon.
Yes you can use this in a Next.js API route. Just make sure to this to the end of the
graphql.ts
file.Thank you !
I'm having an issue with the deploy, hope to fix it soon.