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

graphql.servlet.GraphQLRootObjectBuilder Maven / Gradle / Ivy

There is a newer version: 6.1.3
Show newest version
package graphql.servlet;

import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.util.Optional;

public interface GraphQLRootObjectBuilder {
    Object build(Optional req, Optional resp);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy