Skip to content

Log query exceptions

Compare
Choose a tag to compare
@bwaidelich bwaidelich released this 01 Sep 09:56

The GraphQL library I use (webonyx/graphql-php) conveniently
converts any exceptions into a GraphQL "error result".
This leads to the exception handler not being triggered any longer.

With this change any exception that occurs during processing of a GraphQL
query is logged using the Flow SystemLogger.