All Versions
6
Latest Version
Avg Release Cycle
36 days
Latest Release
3086 days ago
Changelog History
Changelog History
-
v0.3.1 Changes
June 01, 2016✨ Enhancements
- Upgrade to GraphiQL 0.7.1
🛠 Bugfixes
- Fix GraphiQL bug where GraphQL server was assumed to be mounted at
/graphql
- Fix GraphiQL bug where GraphQL server was assumed to be mounted at
-
v0.3.0 Changes
May 30, 2016- ✨ Enhancements
- Upgrade to GraphQL 0.3.0
- Upgrade to GraphiQL 0.7.0
- Allow passing in operation name
- ✨ Enhancements
-
v0.2.0 Changes
March 19, 2016- 🚀 Use GraphQL 0.2.0 (see https://github.com/graphql-elixir/graphql/releases/tag/0.2.0)
- ✨ Enhancements
- Require Elixir 1.2 and above
- GraphiQL 0.6.1
- Ability to pass in predefined queries
-
v0.1.4 Changes
January 25, 2016🛠 Fix GraphiQL bug with handling multiline queries and variables
-
v0.1.3 Changes
January 23, 2016- 👍 GraphiQL support
- 👌 Support for all content types:
application/graphql
,application/json
,application/x-www-form-urlencoded
andmultipart/form-data
(for file upload support) root_value
,variables
andoperation_name
can now be passed through to GraphQL core
-
v0.0.5 Changes
December 03, 2015👉 Use
graphql
v0.0.6 with new Schema syntax