Class SmallRyeGraphQLExecutionHandler

java.lang.Object
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLAbstractHandler
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLExecutionHandler
All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>

public class SmallRyeGraphQLExecutionHandler extends SmallRyeGraphQLAbstractHandler
Handler that does the execution of GraphQL Requests
  • Constructor Details

    • SmallRyeGraphQLExecutionHandler

      public SmallRyeGraphQLExecutionHandler(boolean allowGet, boolean allowPostWithQueryParameters, boolean runBlocking, io.quarkus.security.identity.CurrentIdentityAssociation currentIdentityAssociation, CurrentVertxRequest currentVertxRequest)
  • Method Details