graphql.kickstart.execution.context.DefaultGraphQLContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of graphql-java-kickstart-javax Show documentation
Show all versions of graphql-java-kickstart-javax Show documentation
relay.js-compatible GraphQL servlet
The newest version!
package graphql.kickstart.execution.context;
import java.util.HashMap;
import java.util.Map;
import java.util.Objects;
import org.dataloader.DataLoaderRegistry;
/**
* An object for the DefaultGraphQLContextBuilder to return. Can be extended to include more
* context.
*/
public class DefaultGraphQLContext implements GraphQLKickstartContext {
private final DataLoaderRegistry dataLoaderRegistry;
private final Map