Skip to content

Instantly share code, notes, and snippets.

@t1
Last active June 29, 2023 05:47
Show Gist options
  • Save t1/398482d42a5ec8c789d7eb00b4018e5b to your computer and use it in GitHub Desktop.
Save t1/398482d42a5ec8c789d7eb00b4018e5b to your computer and use it in GitHub Desktop.
# suppress inspection "UnusedProperty" for whole file
mp.graphql.allowGet = true
mp.graphql.showErrorMessage = java.lang.RuntimeException
smallrye.graphql.unwrapExceptions = \
java.lang.RuntimeException,\
java.lang.IllegalStateException,\
java.util.concurrent.CompletionException,\
jakarta.ejb.EJBException,\
jakarta.ejb.EJBTransactionRolledbackException
smallrye.graphql.printDataFetcherException = false
smallrye.graphql.errorExtensionFields = code,exception,description,validationErrorType,queryPath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment