graphql / graphql-playground

🎮 GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)
MIT License
8.76k stars 734 forks source link

graphql-playground-middleware-koa still using very old version of Playground #1323

Open Mika83AC opened 3 years ago

Mika83AC commented 3 years ago

Why is the graphql-playground-middleware-koa package still using an old 1.7.xx version of the Playground, but Main Package of the Playground is already version 1.8.xx?

This results in an incompatibility which the latest GraphQL specs which allow interfaces to implement interfaces.