graphqlgen icon indicating copy to clipboard operation
graphqlgen copied to clipboard

Fix schema validate error

Open joe-re opened this issue 5 years ago • 1 comments

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

joe-re avatar Nov 29 '19 08:11 joe-re

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

olsavmic avatar Jan 25 '21 10:01 olsavmic