Skip to content

Releases: graphql-compose/graphql-compose

v9.0.11

11 May 06:03
5606c4f
Compare
Choose a tag to compare

9.0.11 (2024-05-11)

Bug Fixes

  • handle scalar arguments with object default values (#408) (5606c4f)

v9.0.10

26 Oct 21:57
Compare
Choose a tag to compare

9.0.10 (2022-10-26)

Bug Fixes

  • typescript definitions for TS v4.8.4 (399f693)

v9.0.9

05 Sep 15:31
2c25212
Compare
Choose a tag to compare

9.0.9 (2022-09-05)

Bug Fixes

  • replace Node.js specific util.inspect (#391) (2c25212)

v9.0.8

28 Mar 16:29
c7cc845
Compare
Choose a tag to compare

9.0.8 (2022-03-28)

Bug Fixes

  • add ability to pass Internal and External types into Scalar (#381) (c7cc845)

v9.0.7

10 Feb 17:34
Compare
Choose a tag to compare

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

21 Dec 19:31
Compare
Choose a tag to compare

9.0.6 (2021-12-21)

Bug Fixes

  • SchemaComposer: method addTypeDefs() now throw pretty print errors with SDL fragment (44bfd2f)

v9.0.5

16 Dec 09:39
Compare
Choose a tag to compare

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

16 Oct 22:14
Compare
Choose a tag to compare

9.0.4 (2021-10-16)

Bug Fixes

  • TypeMapper: makeInputFieldDef now supports defaultValues provided via SDL & AstNode (3b42100)

v9.0.3

07 Sep 18:49
Compare
Choose a tag to compare

9.0.3 (2021-09-07)

Bug Fixes

v9.0.2

25 Jul 19:45
Compare
Choose a tag to compare

9.0.2 (2021-07-25)

Bug Fixes

  • ObjectTypeComposer: remove Resolver from ObjectTypeComposerFieldConfigDefinition type definition which brokes TSource validation (5499c67)