leangen / graphql-spqr-spring-boot-starter

Spring Boot 2 starter powered by GraphQL SPQR
Apache License 2.0
276 stars 68 forks source link

Replace GraphQL Playground w/ GraphiQL #148

Open jamesdh opened 5 months ago

jamesdh commented 5 months ago

Fixes leangen/graphql-spqr-spring-boot-starter#139

GraphQL Playground was officially retired. GraphiQL continues to be maintained and improved.

jamesdh commented 5 months ago

@kaqqao do you have any additional info on your Spring GraphQL based 2.x upgrade branch? That would eliminate the need for this, as it already has GraphiQL included with it.

In the meantime, this is still helpful for the 1.x branch as the GraphQL Playground UI feels rather crude in comparison to modern GraphiQL.

jamesdh commented 5 months ago

@kaqqao it might also be worthwhile to change the default endpoint for the UI to /graphiql. That seems to be the convention among numerous other libraries that use GraphiQL. /gui is a bit too generic IMO and could cause some confusion, although changing the default for anyone who already uses this lib might also cause some confusion so 🤷‍♂️

altrof commented 3 weeks ago

any news?