- Merge pull request #30 from nl0/patch-1
- bump graphql version to 0.9.1
- Merge pull request #25 from TheGhoul21/master
- graphql v 0.7.1 (current latest)
- make compatible with ^0.x graphql
- add comparison image. thanks @ericclemmons!
- upgrade graphql to 0.5.0
- add support for using generators as resolvers
- Move generators/type.js to generate.js
- Consolidate tests, fix query(...)
- remove should from makefile
- Allow for both string representation and ObjectType to fulfill resolveType
- Adding tests from graphql-js's starWars
- Remove unused generators/schema.js
- Allow custom resolver regardless of field.arguments presence, fix #5
- bump version
- add inputtype support to output type
- update tests
- fix list output type
- Initial release