graphqlgen
graphqlgen copied to clipboard
Fix schema validate error
FIX: https://github.com/prisma-labs/graphqlgen/issues/461, https://github.com/prisma-labs/graphqlgen/issues/470
graphqlgen-json-schema package's schema is missing following properties so I've added these props to it.
- iresolvers-augmentation
- default-resolvers
- delegated-parent-resolvers
I know this library is deprecated for over a year now but it'd really help to fix or rather just generate proper schema.json from the source that is already in the repository :)
It's not so easy to migrate away from this library for legacy projects. Thanks a lot!
@jasonkuhrt