[Bug?]: @redwoodjs/studio
leverage @graphiql/plugin-explorer
's new implementation pattern?
#9136
Labels
bug/needs-info
More information is needed for reproduction
What's not working?
This is not a bug, per-say - however an implicit dependency's (
@graphiql/plugin-explorer
) newer versions (0.3.0
+ ) introduced a new implementation pattern, which if we take the latest version of that dependency, will result in a build failure.For context, while working on #9081 (which makes implicit dependencies more explicit), I noticed there is a breaking change for
@graphiql/plugin-explorer
from graphql/graphiql#3330 (details below)There is some work on our end to change over the implementation pattern, and not sure if it is worth it, so to be clear I am not advocating one way or the other. Just wanted to call it out in case we did want to move to the later versions of
@graphiql/plugin-explorer
.( cc @Josh-Walker-GM, @dthyresson )
Redwood's usage
redwood/packages/studio/web/src/Components/RedwoodGraphiQL/RedwoodGraphiQL.tsx
Line 4 in e689299
redwood/packages/studio/web/src/Components/RedwoodGraphiQL/RedwoodGraphiQL.tsx
Lines 140 to 144 in e689299
@graphiql/plugin-explorer
's new implementation patternFrom the release notes:
see also: https://github.com/graphql/graphiql/blob/57b5fcd8749bd1c54f4a6a04a9ab07316fd05e71/packages/graphiql-plugin-code-exporter/CHANGELOG.md#030
How do we reproduce the bug?
# use latest of @graphiql/plugin-explorer
What's your environment? (If it applies)
No response
Are you interested in working on this?
The text was updated successfully, but these errors were encountered: