Skip to content

Releases: IBM/graphql-query-generator

v1.3.0

14 Jun 22:21
Compare
Choose a tag to compare
  • Fix bug with input object type slicing arguments

Special thanks to @yahelnachum for this contribution!

v1.2.1

11 Jun 15:56
Compare
Choose a tag to compare
  • Fix look behind regex that was breaking on Safari

Special thanks to @solalico for this contribution!

v1.2.0

26 Feb 18:09
Compare
Choose a tag to compare

v1.1.0...v1.2.0

Special thanks to @mandel for contributing to this update!

v1.1.1

03 Dec 17:43
Compare
Choose a tag to compare
  • Only upload the lib folder to NPM

Special thanks to @martolini for this update!

v1.1.0

27 Aug 19:59
Compare
Choose a tag to compare
  • Add providePlaceholders option
  • Add basic install/usage instructions

v1.0.8...v1.1.0

v1.0.8

19 Aug 19:54
Compare
Choose a tag to compare
  • Export getProvider

v1.0.7...v1.0.8

v1.0.7

19 Aug 19:38
Compare
Choose a tag to compare
  • Export getProvider

v1.0.6...v1.0.7

v1.0.6

19 Aug 19:21
Compare
Choose a tag to compare
  • Export more types
  • Add citation
  • Select __typename instead of throwing error

v1.0.5...v1.0.6

v1.0.5

22 Jun 20:45
Compare
Choose a tag to compare
  • Correct example dependencies
  • Add diagram image to README.md

v1.0.4

17 Jun 21:11
Compare
Choose a tag to compare
  • Fix null provider bug
    • If no provider map is provided, then the query generator will generate a query with null as the value for all arguments. However, if a provider map is configured as { "____*": null }, the generator will break. Any provider that will give the value null` will break the generator. This has now been addressed.