absinthe_error_payload icon indicating copy to clipboard operation
absinthe_error_payload copied to clipboard

Bridges the gap between Ecto and Absinthe for mutation payload

Results 15 absinthe_error_payload issues
Sort by recently updated
recently updated
newest added

Just a reminder that `absinthe 1.5.0` will be released "soonish" and this fine package should be compatible with it. Thanks.

I am getting the below error from `AbsintheErrorPayload` ``` Request: POST /v2/graphql ** (exit) an exception was raised: ** (Protocol.UndefinedError) protocol String.Chars not implemented for {:array, :map}. This protocol is...

Thanks for maintaining kronky/this! Is there a migration guide for migrating from Kronky? From the sounds of it not much is needed, just changing `{:kronky, ">= 0.0.0"}` in your deps...

It there a way to translate error messages with Gettext? I guess relevant function is `AbsintheErrorPayload.ChangesetParser.interpolate_message`

## 📖 Description and reason Ensure support of the library for latest Elixir/Erlang versions. ## 👷 Work done #### Tasks - [x] Bump Elixir/Erlang version in GitHub Action config. -...