![JAR search and dependency download from the Maven repository](/logo.png)
graphql.kickstart.execution.GraphQLRootObjectBuilder Maven / Gradle / Ivy
package graphql.kickstart.execution;
public interface GraphQLRootObjectBuilder {
/** @return the graphql root object */
Object build();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy