Skip to content

Commit

Permalink
fix(graphql): include details in error responses (#554)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Azores <[email protected]>
  • Loading branch information
Josh-Matsuoka and andrewazores authored Aug 7, 2024
1 parent ed44eac commit 07b936f
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 84 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ quarkus.smallrye-graphql.root-path=/api/v3/graphql
quarkus.smallrye-graphql.http.get.enabled=true
quarkus.smallrye-graphql.print-data-fetcher-exception=true
quarkus.smallrye-graphql.log-payload=queryOnly
quarkus.smallrye-graphql.error-extension-fields=exception,description,validationErrorType,classification
quarkus.smallrye-graphql.show-runtime-exception-message=java.lang.Exception

quarkus.http.access-log.enabled=true
quarkus.log.category."io.quarkus.http.access-log".level=DEBUG
Expand Down
Loading

0 comments on commit 07b936f

Please sign in to comment.