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

graphql.servlet.DefaultGraphQLRootObjectBuilder Maven / Gradle / Ivy

The newest version!
package graphql.servlet;

public class DefaultGraphQLRootObjectBuilder extends StaticGraphQLRootObjectBuilder {
    public DefaultGraphQLRootObjectBuilder() {
        super(new Object());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy