[wip] introduce `@graphiql/plugin-copy-as`
fixes https://github.com/graphql/graphiql/issues/986
- [ ] remove import from
graphiqlpackage and add cypress tests
⚠️ No Changeset found
Latest commit: 9e18eb23ca2e9ff64c81bf500cbfb0e1d87c4597
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
@B2o5T I think this work could be combined with the code exporter plugin - it already lets you provide custom snippets for copying your graphql query in different forms. should we not just add this button to that plugin? and allow the editor mode to be switched per snippet?
@acao sure! I’ll take a look at this PR after Monaco-editor will be integrated