Poor graphql playground
June 5, 2020 at 8:21pmPoor graphql playground
June 5, 2020 at 8:21pm (Edited 8 months ago)Hey,
I am using: apollo-server: 2.14.2, apollo-server-express: ^2.14.2 and the graphql playground it comes with seems to be broken, e.g scrolling responses from subscription queries don't work. I would like to see responses in top vs showing up in bottom (to which I can't scroll).
Playground version that it comes with is 1.7.32. I could change version by passing it apollo server but that seams to be the latest one.
const server = new ApolloServer({
schema,
playground: { version: ‘1.7.20’ }
})
Should I use standalone graphql playground or I am missing sth?
June 5, 2020 at 9:47pm
This was fixed recently in GraphQL Playground. But... Apollo Server uses a poorly-maintained fork of Playground which won't include the changes. You can't use yarn dependency resolution either because it's a fork. But there is a workaround: https://twitter.com/ReardenQL/status/1266063748013441025