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

Preserve :context during init #257

Closed binaryseed closed 3 years ago

binaryseed commented 3 years ago

This PR ensures we merge the :context if it's both initialized and later added to in a plug.

Replaces #251