All Versions
9
Latest Version
Avg Release Cycle
35 days
Latest Release
3112 days ago
Changelog History
Changelog History
-
v0.3.2 Changes
September 09, 2016- โจ Enhancements
- Future support for deferred resolvers
- GraphQL IDL compiler
- ๐ Bugfixes
- Validate operation name matches an operation
- Resolve no longer fails when it cannot find a matching function
- Fix 1.3 warnings
Thanks @freshtonic, @aweiker and @seanabrahams for contributing!
- โจ Enhancements
-
v0.3.1 Changes
June 10, 2016- ๐ Bugfixes
- Fix introspection to include Input types when input types are arguments to fields.
- ๐ Bugfixes
-
v0.3.0 Changes
May 30, 2016- โจ Enhancements
- ๐ Bugfixes
- Allow default values to get assigned correctly when a query defines
0๏ธโฃ an enum variable with a default - Query can take an optional Enum argument and correctly fall back if
that value is not specified
- Allow default values to get assigned correctly when a query defines
- Note: the
execute/5
signature will be changed to theexecute_with_opts/3
in a future version
-
v0.2.0 Changes
March 19, 2016- โจ Enhancements
- Interface, Union and Input type support
- Types can be referenced in schemas using modules or atoms
- Require Elixir 1.2 and above
- ๐ Bugfixes
- Resolve now accepts a map with string keys
- Duplicate field definitions handled correctly (required for Relay support)
- โจ Enhancements
-
v0.1.1 Changes
January 23, 2016- โ Add a JSON type for database fields which contain arbitrary JSON data
- ๐ Fixed bug where error messages might be duplicated
๐ฅ Breaking changes:
execute
and passed invariables
use string keyed maps rather than atoms because they are never cleaned up leading to potential DoS on user input
-
v0.1.0 Changes
January 23, 2016- ๐ Types supported
- ๐ GraphiQL support now available in
plug_graphql
using introspection
๐ฅ Breaking changes:
- ๐ Use
%String{}
,%Int{}
, etc for types in schemas rather than plain strings - ๐ Use
ofType
rather thanof_type
for now. This is for GraphiQL support but will fix this so it's snake case and munged automatically
-
v0.0.7 Changes
December 10, 2015๐ Support
{module, fun, args}
style of resolve function -
v0.0.6 Changes
December 02, 2015- ๐ Improved query execution following the JS reference implementation
- ๐ Better module layout
-
v0.0.5 Changes
December 02, 2015- ๐ Improved docs
- ๐จ Refactored mix.exs