java.lang.Object
org.springframework.integration.graphql.dsl.GraphQl

public final class GraphQl extends Object
Factory class for GraphQL components DSL.
Since:
6.0
Author:
Artem Bilan
  • Method Details

    • gateway

      public static GraphQlMessageHandlerSpec gateway(org.springframework.graphql.ExecutionGraphQlService graphQlService)
      Create an instance of GraphQlMessageHandlerSpec for the provided ExecutionGraphQlService.
      Parameters:
      graphQlService - the ExecutionGraphQlService to use.
      Returns:
      the spec.