Releases: ardatan/graphql-toolkit
Releases · ardatan/graphql-toolkit
v0.2.10
- Fixed issues with error being swallowed then trying to load schema from a file that causes an error.
v0.2.4
v0.2.3
- Added
printSchemaWithDirectives
that allow you to print aGraphQLSchema
without loosing the directives.
v0.2.1
v0.2.0
v0.1.1
v0.1.0
- Update dependencies
- Fixed issues with documents validation errors (#34)
- Fix for schema from introspection loader (8858a0a)
- Allow CommonJS and es2015 bundle to enable tree shaking (39b9126)
- Added
tslib
to reduce bundle size (0c2a5a2) - Fix for issues with merging scalars (67ccd2c)
- Can select typeDefs while extracting resolvers from schema (582efa9)
- Enhance mergeSchemas config (1630e8f)
- Add deprecation warning to mergeGraphQLSchemas (1718593)
- Introduce mergeSchemas (89554cd)
- Better schema merging and allow ability to extract resolvers from existing
GraphQLSchema
(#8)
v0.0.5
Bug fixes
- Skip schema files when loading document files
- Skip document files when loading schema files
- Skip empty files when loading schema/document files
- Allow schema from JSON not to be wrapped with
data
field
New tools
- Move
resolvers-composition
anddirectiveResolvers
from graphql-modules