Skip to content

GraphQL Mesh API Gateway Questions #1652

Answered by ardatan
coopbri asked this question in Q&A
Discussion options

You must be logged in to vote

Hi!
GraphQL Playground doesn't support new subscriptions websocket(graphql-ws) implementation and most of the new things like defer, stream, Subscriptions with SSE. Also you can see the notice in their repo, GraphQL Playground is being merged into GraphiQL project so GraphiQL that GraphQL Helix(server impl we use) provides out-of-box is easier choice for us instead of doing different workarounds needed for GraphQL Playground. But you can still use it by providing its middleware in serve config or installing their desktop app.
graphql/graphql-playground#1143
graphql/graphql-playground#1295

playground.js

const expressPlayground = require('graphql-playground-middleware-express');
module.exports

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@coopbri
Comment options

@ardatan
Comment options

@coopbri
Comment options

@cloudcompute
Comment options

Answer selected by coopbri
Comment options

You must be logged in to vote
1 reply
@ardatan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants