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

graphql.kickstart.spring.GraphQLSpringContext Maven / Gradle / Ivy

package graphql.kickstart.spring;

import graphql.kickstart.execution.context.GraphQLKickstartContext;
import org.springframework.web.server.ServerWebExchange;

public interface GraphQLSpringContext extends GraphQLKickstartContext {

  ServerWebExchange getServerWebExchange();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy