You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding some context here - one of the reasons we completely removed the tabs was because we moved from .graphql files composed of raw gql to .gql.js files which export template strings interpreted to gql via graphql-tag.
So one solution here may be to figure out how to have the graphiql playground understand the new files/syntax.
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:
The text was updated successfully, but these errors were encountered: