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

graphql.kickstart.execution.GraphQLRootObjectBuilder Maven / Gradle / Ivy

package graphql.kickstart.execution;

public interface GraphQLRootObjectBuilder {

  /** @return the graphql root object */
  Object build();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy