absinthe-graphql / absinthe_plug

Plug support for Absinthe, the GraphQL toolkit for Elixir
https://hex.pm/packages/absinthe_plug
MIT License
261 stars 163 forks source link

Fix bug with over encoded JSON body #256

Closed binaryseed closed 3 years ago

binaryseed commented 3 years ago

This PR fixes an edge case handling an over encoded JSON string in the POST body

binaryseed commented 3 years ago

Thanks to our customers who always find creative ways of sending API requests :)