Skip to content
Discussion options

You must be logged in to vote

GraphQL does not use Servlets or JAX-RS, but run directly on Vert.x HTTP. So whatever you can do with Vert.x should work. You can also use CDI Interceptor, but that will be per operation, and not the full execution.

If you just want to see the payload in and out, you can also use the log-payload config option: https://quarkus.io/guides/smallrye-graphql#quarkus-smallrye-graphql_quarkus.smallrye-graphql.log-payload

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@phillip-kruger
Comment options

@cescoffier
Comment options

@Bazalii
Comment options

@cescoffier
Comment options

@Bazalii
Comment options

Answer selected by Bazalii
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment