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

Support spec_compliant_errors in Plug options #284

Open thecynicalpaul opened 1 year ago

thecynicalpaul commented 1 year ago

As per https://github.com/absinthe-graphql/absinthe/pull/1215, it'd be great to be able to support the modern GraphQL spec for errors while using this Plug (https://spec.graphql.org/October2021/#sec-Errors.Error-result-format).

benwilson512 commented 1 year ago

PR welcome!