Releases: graphql-compose/graphql-compose
Releases · graphql-compose/graphql-compose
v9.1.0
9.1.0 (2025-01-11)
Features
- add
graphql
peer dependency (6ef6b2c)
v9.0.11
9.0.11 (2024-05-11)
Bug Fixes
- handle scalar arguments with object default values (#408) (5606c4f)
v9.0.10
9.0.10 (2022-10-26)
Bug Fixes
- typescript definitions for TS v4.8.4 (399f693)
v9.0.9
9.0.9 (2022-09-05)
Bug Fixes
v9.0.8
9.0.8 (2022-03-28)
Bug Fixes
- add ability to pass Internal and External types into Scalar (#381) (c7cc845)
v9.0.7
9.0.7 (2022-02-10)
Bug Fixes
- don't try to instantiate GraphQLType when getting name of named type composer (f933d71)
v9.0.6
9.0.6 (2021-12-21)
Bug Fixes
- SchemaComposer: method addTypeDefs() now throw pretty print errors with SDL fragment (44bfd2f)
v9.0.5
9.0.5 (2021-12-16)
Bug Fixes
- get rid of
object-path
package due to security alerts (01cd99e), closes #369
- schemaPrinter does not mutate fields inside Type instances (5f235a0)
- typescript: correct UnionTypeComposerDefinition type (#367) (c97113a)
v9.0.4
9.0.4 (2021-10-16)
Bug Fixes
- TypeMapper: makeInputFieldDef now supports defaultValues provided via SDL & AstNode (3b42100)
v9.0.3
9.0.3 (2021-09-07)
Bug Fixes