Skip to content

Releases: mhallin/graphql_ppx

0.2.9

04 Feb 19:53
0.2.9

Choose a tag to compare

Release version 0.2.9

0.2.8

31 Oct 09:19
0.2.8

Choose a tag to compare

Version 0.2.8

Version 0.2.7

08 Aug 08:51
0.2.7

Choose a tag to compare

See CHANGELOG.md for details

Version 0.2.6

25 Jul 07:49
0.2.6

Choose a tag to compare

See CHANGELOG.md for details

Version 0.2.5

10 Jul 08:19
0.2.5

Choose a tag to compare

Fixes issue where absent fields for nullable types caused decoding errors.

0.2.4

19 Jun 09:59
0.2.4

Choose a tag to compare

Version 0.2.4

* Support for subscription queries
* Improved error reporting - the PPX will now emit a many errors as possible
  before bailing. Tools like Merlin will show all errors in a query.
* Improved query validations - queries with invalid argument names for fields
  or unused variables will now emit errors too.

Version 0.2.3

22 May 20:17
0.2.3

Choose a tag to compare

* Re-expose the "query" module member to un-break reason-apollo
* Re-enable compilation of static binaries on Linux

0.2.2

19 May 12:40
0.2.2

Choose a tag to compare

Version 0.2.2

* Add support for older Node.js versions (#30)
* Fix windows support by adding a ppx.exe file (#25)
* Add __typename field to objects if the schema does not contain it (#31)
* Fix bug where a query parameter named "query" would cause issues (#29)

0.2.1

18 Feb 14:00
0.2.1

Choose a tag to compare

Version 0.2.1

Fix incompatibility with graphql-tag (#23)

0.2.0

10 Feb 15:01
0.2.0

Choose a tag to compare

Version 0.2.0

* Binary builds for Windows, Linux, and Mac (no more OPAM dependencies)
* send-introspection-query command can now pass along arbitrary headers