joas8211/payload-tenancy

GraphQl playground not working after configuring plugin

karishmagolani01 opened this issue · 2 comments

GraphQl playground not working after configuring plugin

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

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