Packages

Utilities to return ecto validation error messages in an absinthe graphql response.

Current section

Files

Jump to
kronky CHANGELOG.md
Raw

CHANGELOG.md

v0.2.3 (2017-07-05)
### Enhancements
* add nillable type to `assert_equivalent_graphql`
v0.2.2 (2017-06-08)
### BugFixes
* fix Bug where field names were not showing up in graphql responses due to `:key` vs `:field` differences
### Enhancements
* improve messages on failure within `assert_mutation_error` and `assert_mutation_success`
* Various doc improvements + typo fixes
v0.2.1 (2017-06-04)
### BugFixes
* convert Timex to a test only dependency
* Various doc improvements + typo fixes
v0.2.0 (2017-06-04)
### Enhancements
* Remove inflex as a dependency
* Match %ValidationMessage as an error payload without an error tuple
* Various doc improvements + typo fixes
* Published to Hex.pm
v0.1.0 (2017-06-03)
### Initial Release
* Support for single object mutations