Blunder.Absinthe v1.3.0 Blunder.Absinthe.ErrorProcessingMiddleware View Source

Absinthe middleware that extracts all errors in the graphql response, converts them to Blunder structs, dispatches them to all registered ErrorHandlers for processing, then converts each Blunder into a graphql error representation and puts it back in the response.

Link to this section Summary

Link to this section Types

Link to this type absinthe_error_map() View Source
absinthe_error_map() :: %{code: atom(), title: binary(), message: binary()}