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 update_config bug #249

Closed binaryseed closed 3 years ago

binaryseed commented 3 years ago

This PR fixes a bug in the update_config function so that it doesn't stomp any existing values in the context

Fixes #247

benwilson512 commented 3 years ago

Thanks for handling this!