Package graphql.kickstart.spring
Interface GraphQLSpringContext
- All Superinterfaces:
graphql.kickstart.execution.context.GraphQLKickstartContext
- All Known Implementing Classes:
GraphQLSpringServerWebExchangeContext
public interface GraphQLSpringContext
extends graphql.kickstart.execution.context.GraphQLKickstartContext
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.server.ServerWebExchangeMethods inherited from interface graphql.kickstart.execution.context.GraphQLKickstartContext
getDataLoaderRegistry, getMapOfContext
-
Method Details
-
getServerWebExchange
org.springframework.web.server.ServerWebExchange getServerWebExchange()
-