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

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

There is a newer version: 15.1.0
Show newest version
package graphql.kickstart.spring;

import org.springframework.web.server.ServerWebExchange;

public interface GraphQLSpringRootObjectBuilder {

  Object build(ServerWebExchange serverWebExchange);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy