We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60bc5d commit a2eb676Copy full SHA for a2eb676
src/main/java/graphql/servlet/core/internal/FallbackSubscriptionProtocolHandler.java
@@ -1,9 +1,10 @@
1
package graphql.servlet.core.internal;
2
3
-import graphql.servlet.GraphQLSingleInvocationInput;
+import graphql.servlet.input.GraphQLSingleInvocationInput;
4
5
import javax.websocket.Session;
6
import javax.websocket.server.HandshakeRequest;
7
+import java.io.IOException;
8
import java.util.UUID;
9
10
/**
0 commit comments