Graphql-playground: Create different middleware packages for different servers

Created on 6 Nov 2017  路  3Comments  路  Source: graphql/graphql-playground

Currently, there's only one middleware package, graphql-playground-middleware, surprisingly introduced in the latest release. This is a good step forward, but to minimize unnecessary dependencies, and to align better with the apollo-server-... packages, it would be better to have separate packages for each server type:

graphql-playground-hapi, graphql-playground-express, graphql-playground-koa etc.

Most helpful comment

So, I'll do this if others are OK.

All 3 comments

So, I'll do this if others are OK.

I think this can be closed as implemented?

Yes.

Was this page helpful?
0 / 5 - 0 ratings