GraphQl playground not working after configuring plugin
karishmagolani01 opened this issue · 2 comments
karishmagolani01 commented
GraphQl playground not working after configuring plugin
karishmagolani01 commented
Nvm url for playground is /api/playground (src/plugin.ts) instead of default url as mentioned in docs (https://payloadcms.com/docs/graphql/overview) /api/graphql-playground. Pls update the doc for plugin @joas8211
joas8211 commented
The default GraphQL Playground route is now fixed with version v2.0.1. It's now correctly /api/graphql-playground
. It was wrong due to me reading outdated / wrong code documentation from Payload. I opened an issue there to get the documentation (jsdoc comment) fixed: payloadcms/payload#4037