Class DefaultExecutionGraphQlService

java.lang.Object
org.springframework.graphql.execution.DefaultExecutionGraphQlService
All Implemented Interfaces:
ExecutionGraphQlService

public class DefaultExecutionGraphQlService extends Object implements ExecutionGraphQlService
ExecutionGraphQlService that uses a GraphQlSource to obtain a GraphQL instance and perform query execution.
Since:
1.0.0
Author:
Rossen Stoyanchev
  • Constructor Details

    • DefaultExecutionGraphQlService

      public DefaultExecutionGraphQlService(GraphQlSource graphQlSource)
  • Method Details