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 GraphQLKickstartContext build() {
    return new DefaultGraphQLContext();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy