Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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`.
- Loading branch information