You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
The Bug
When I try to subscribe through GraphiQL I see this error:
My Setup
I have a schema
and resolvers (in Kotlin)
and dependencies in
build.gradledependencies { compile 'com.graphql-java-kickstart:graphql-spring-boot-starter:5.7.0' runtime 'com.graphql-java-kickstart:graphiql-spring-boot-starter:5.7.0' }Extra Info
Queries Work
Subscriptions Work With Version
5.6.0The last versions for subscriptions to work with GraphiQL seems to be
5.6.0:dependencies { compile 'com.graphql-java-kickstart:graphql-spring-boot-starter:5.6.0' runtime 'com.graphql-java-kickstart:graphiql-spring-boot-starter:5.6.0' }