Skip to content

Releases: slackhq/hack-graphql

Support GraphiQL introspection query + upgrade hhvm

02 Sep 06:11
Compare
Choose a tag to compare
v0.10

format

Fix for generated schema + better error messages

16 Jun 17:28
Compare
Choose a tag to compare

Fix issue with querying fields on a specific type that implements an interface

01 Jun 18:34
Compare
Choose a tag to compare

Fix issue with `POSSIBLE_TYPES`

28 May 18:41
Compare
Choose a tag to compare
Pre-release

Fix issue with introspection

27 May 20:25
Compare
Choose a tag to compare
Pre-release

We had hard coded the test schema for introspection. This release fixes that so you can introspect any schema.

A lot of changes :)

27 May 02:10
Compare
Choose a tag to compare
A lot of changes :) Pre-release
Pre-release

Cutting a new release with a lot of changes including:

  • Initial validation rules
  • Pagination support
  • Introspection

Don't output __Private values in codegen

12 May 23:30
Compare
Choose a tag to compare
v0.4

Move Variables out of private namespace since they get used in codegen

A bunch of features that make this a better MVP

12 May 18:27
Compare
Choose a tag to compare

Still very early but we've added support for:

  • Enum outputs/inputs
  • List outputs/inputs
  • Nullable fields
  • Better response types with errors

and a lot more!

Bump deps

06 May 16:58
Compare
Choose a tag to compare
Bump deps Pre-release
Pre-release
v0.2

Update deps

MVP

06 May 06:35
98f1bc9
Compare
Choose a tag to compare
MVP Pre-release
Pre-release
Merge pull request #2 from mwildehahn/codegen

Initial pass at supporting codegen