pwa-studio
pwa-studio copied to clipboard
Implement tabs in graphIQL playground
The PWA Studio development web server also spawns a graphIQL playground for developers to investigate and issue GraphQL requests.
A recent PR (https://github.com/magento/pwa-studio/pull/2712/files#r499818792) removed the tabs in the graphIQL playground, as they were no longer straightforward to parse out of the codebase.
The ask here is to:
- Develop a strategy for which tabs we actually want to include. Note that it may not have to be "all GraphQL queries" as it was before
- Once a strategy is approved, implement that strategy in the codebase