All Downloads are FREE. Search and download functionalities are using the official Maven repository.

graphql.kickstart.spring.GraphQLSpringContextBuilder Maven / Gradle / Ivy

package graphql.kickstart.spring;

import org.springframework.web.server.ServerWebExchange;

public interface GraphQLSpringContextBuilder {

  GraphQLSpringContext build(ServerWebExchange serverWebExchange);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy