Kronky - Absinthe + Ecto.Changeset = Mutations with Validation Messages

I’ve just released Kronky, which transforms Ecto.Changeset Validations into a mutation payload to be used by absinthe

I’d really appreciate any feedback :slight_smile:

5 Likes

It seems to me that you are using timex only for test helpers. Can it be set as a :test dependency?

Agreed, this would be a very valuable change.

Thanks for the suggestion, I’ve updated the repo, and I’ll bump the version tomorrow.

I’ve updated Kronky with Timex now as a test only dependency.

Sadly, this now means there are compile warnings as Timex does not exist, so I need to figure out how to avoid them - perhaps by wrapping that function def in an if.