apollo-server icon indicating copy to clipboard operation
apollo-server copied to clipboard

Move GraphQL Playground plugin to another package in this repo

Open glasser opened this issue 3 years ago • 1 comments
trafficstars

In AS3 we kept around a landing page plugin for GraphQL Playground to help with the migration from AS2. However, GraphQL Playground has been retired and continuing to maintain a wrapper around it doesn't seem like the best priority. We should certainly keep the flexible landing page API that we introduced in AS3, but perhaps we should change from "the apollo-server repo has a dependency on our fork of Playground and exports a plugin" to "we do a one-time publish of a separate package providing an AS4-compatible Playground landing page plugin".

glasser avatar Feb 11 '22 00:02 glasser

@apollo/server-plugin-legacy-graphql-playground ?

glasser avatar Jun 21 '22 17:06 glasser

Fixed on version-4 in #6109. Decided to leave 'legacy' out of the package name.

glasser avatar Aug 16 '22 00:08 glasser

Revisit:

  • Update plugin README.
  • Don't support it.
  • Mention it in migration guide, but nowhere else.
  • Publish once only.

trevor-scheer avatar Sep 19 '22 16:09 trevor-scheer

Closed via #6925

trevor-scheer avatar Sep 20 '22 18:09 trevor-scheer