Skip to content
This repository has been archived by the owner on Apr 24, 2018. It is now read-only.

Releases: hansott/graphql-language

🐛 Minor fixes

23 Sep 19:25
Compare
Choose a tag to compare
1.3.1

🐛 Fix getChildren

✨ Add schema declaration parser

23 Sep 18:45
Compare
Choose a tag to compare
Merge pull request #1 from hansott/feature-schema-parser

✨  Add schema declaration parser

✨ Add location property for each node

17 Sep 15:26
Compare
Choose a tag to compare
Merge branch 'master' of github.com:hansott/graphql-language

* 'master' of github.com:hansott/graphql-language:
  Update CONTRIBUTING.md

✨ Add VisitorBase and VisitorMany

17 Sep 11:28
Compare
Choose a tag to compare
  • VisitorBase can be used to add a visitor without the need to implement every method of the visitor.
  • VisitorMany can be used to add multiple visitors to the traverser.

🎉 Initial release

16 Sep 11:01
Compare
Choose a tag to compare

This is the initial release! Hooray.