Releases: graphql-compose/graphql-compose-modules
Releases · graphql-compose/graphql-compose-modules
v1.0.1
1.0.1 (2019-11-25)
Bug Fixes
- allow Array for type definition in FieldConfig (e076502)
- allow to provide Options in buildSchema(module, opts) method (75255e1)
- skip
.d.ts
files and names starting from __
(double undescore) (1fc8867)
v1.0.0
1.0.0 (2019-11-23)
Features
- add field names check (a2bc297)
- add requireToSchema (07e640b)
- implement
requireSchemaDirectory
method (bedce80)