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

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

There is a newer version: 15.1.0
Show newest version
package graphql.kickstart.spring;

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

public interface GraphQLSpringContext extends GraphQLContext {

  ServerWebExchange getServerWebExchange();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy