io.leangen.graphql.spqr.spring.web.reactive.GraphQLReactiveExecutor Maven / Gradle / Ivy
The newest version!
package io.leangen.graphql.spqr.spring.web.reactive;
import io.leangen.graphql.spqr.spring.web.GraphQLExecutor;
import org.springframework.web.server.ServerWebExchange;
@FunctionalInterface
public interface GraphQLReactiveExecutor extends GraphQLExecutor {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy