Interface GraphQLQueryReactiveExecutor
- All Known Implementing Classes:
QueryTypeReactiveExecutor
public interface GraphQLQueryReactiveExecutor
This interface marks a class as being the reactive executor for a GraphQL query. This is allows Spring to inject the
executor for the query type into an autowired attribute of a Spring Bean.
- Author:
- etienne-sf