enonic / lib-guillotine

Apache License 2.0
3 stars 0 forks source link

Automatically serve GraphQL playground when visiting endpoint with HTTP get #18

Closed sigdestad closed 4 years ago

sigdestad commented 6 years ago

When a visitor accesses the GraphQL endpoint we currently serve a 405, but we should rather serve the GraphQL playground app (built by the Prisma team), and the app should be configured to instantly connect to the API and serve the documentation!

https://www.prisma.io/blog/introducing-graphql-playground-f1e0a018f05d/

This simplifies accessing the Guillotine API and is really cool :-)

sigdestad commented 4 years ago

Closing this task as this is handled by the starter and app