prisma-labs/graphqlgen

graphqlgen-json-schema schema.json missing properties

tafelito opened this issue · 1 comments

Description

The schema.json from graphqlgen-json-schema is missing the new properties added to the yml config, iresolvers-augmentation & default-resolvers

Actual results

Invalid graphqlgen.yml file
 should NOT have additional properties. additionalProperty: iresolvers-augmentation

Steps to reproduce

add any of default-resolvers or iresolvers-augmentation to the *.yml config file

Versions

  • graphqlgen: 0.6.0-rc9

Related with this.
#470