Skip to content

Commit 1c785ab

Browse files
committed
made GraphQLSpringServerWebExchangeContext public rather than internal so that it can be referenced by dependent project - fixes graphql-java-kickstart#426
1 parent ee8c56f commit 1c785ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-kickstart-spring-webflux/src/main/java/graphql/kickstart/spring/webflux/GraphQLSpringWebSocketSessionContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import graphql.kickstart.execution.context.GraphQLContext;
44
import org.springframework.web.reactive.socket.WebSocketSession;
55

6-
interface GraphQLSpringWebSocketSessionContext extends GraphQLContext {
6+
public interface GraphQLSpringWebSocketSessionContext extends GraphQLContext {
77

88
WebSocketSession getWebSocketSession();
99

0 commit comments

Comments
 (0)