Interface GraphQLMutationReactiveExecutor

All Known Implementing Classes:
MutationTypeReactiveExecutor

public interface GraphQLMutationReactiveExecutor
This interface marks a class as being the reactive executor for a GraphQL mutation. This is allows Spring to inject the executor for the mutation type (if any) into an autowired attribute of a Spring Bean.
Author:
etienne-sf