Quentin Laffont
Quentin Laffont
@janproch as I tested on beta. Parent field is working and d-and works for me. As I can see for d-and-d, we should be able to add connection to parent...
For me it's the perfect integration 👌
Thanks for your report and i will wait v5 so ^^
Until the refactor I have publish a lib who is inspired by your work :) https://github.com/qlaffont/graceful-server-elysia
As it seems, we need to detect if schema is a Zod or JSON Schema / AJV. And handle validation accordingly. > https://github.com/mercurius-js/mercurius/blob/master/lib/routes.js#L71
to fix it i do it like this @turkerdev : ```typescript fastify.setValidatorCompiler(({ schema }) => { const ajv = new Ajv({ removeAdditional: 'all', useDefaults: true, coerceTypes: 'array', // any other...
Because this lib is not maintained anymore, I have created a fork who fix all these issues : https://github.com/qlaffont/fastify-type-provider-zod2
You have everything on the repo if you want the src/index.ts is the same as the current library you just need to do a diff. And i have include some...
@kibertoad or @turkerdev any update ?