pwa-studio icon indicating copy to clipboard operation
pwa-studio copied to clipboard

Implement tabs in graphIQL playground

Open supernova-at opened this issue 4 years ago • 2 comments

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:

  1. 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
  2. Once a strategy is approved, implement that strategy in the codebase

supernova-at avatar Oct 26 '20 18:10 supernova-at