This repository has been archived by the owner on Apr 24, 2018. It is now read-only.
Releases: hansott/graphql-language
Releases Β· hansott/graphql-language
π Minor fixes
β¨ Add schema declaration parser
Merge pull request #1 from hansott/feature-schema-parser β¨ Add schema declaration parser
β¨ Add location property for each node
Merge branch 'master' of github.com:hansott/graphql-language * 'master' of github.com:hansott/graphql-language: Update CONTRIBUTING.md
β¨ Add VisitorBase and VisitorMany
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
This is the initial release! Hooray.