graphql.kickstart.execution.context.GraphQLKickstartContext 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.Map;
import lombok.NonNull;
import org.dataloader.DataLoaderRegistry;
/** Represents the context required by the servlet to execute a GraphQL request. */
public interface GraphQLKickstartContext {
static GraphQLKickstartContext of(Map