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

graphql.kickstart.execution.context.DefaultGraphQLContextBuilder Maven / Gradle / Ivy

package graphql.kickstart.execution.context;

/** Returns an empty context. */
public class DefaultGraphQLContextBuilder implements GraphQLContextBuilder {

  @Override
  public GraphQLContext build() {
    return new DefaultGraphQLContext();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy