-
i am trying to use the observable recipe with a dgraph GraphQL backend. Interestingly enough, i can connect to a subscription query via GraphQL Playground Actually, polling will be performant enough for my current use case, but I want to know how to set up wss with server push, for future reference... browserGraphQL Playgroundthe error doesn't tell me much... any help? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Probably because Dgraph still does not support |
Beta Was this translation helpful? Give feedback.
Probably because Dgraph still does not support
graphql-ws
. GraphQL playground still uses the legacysubscription-transport-ws
which is why you can connect using it.Made an issue at Dgraph's Discuss a while ago.