graphiql icon indicating copy to clipboard operation
graphiql copied to clipboard

[wip] introduce `@graphiql/plugin-copy-as`

Open dimaMachina opened this issue 3 years ago • 3 comments

fixes https://github.com/graphql/graphiql/issues/986

  • [ ] remove import from graphiql package and add cypress tests

dimaMachina avatar Feb 26 '23 20:02 dimaMachina

⚠️ 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

changeset-bot[bot] avatar Feb 26 '23 20:02 changeset-bot[bot]

@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 avatar Jul 11 '23 09:07 acao

@acao sure! I’ll take a look at this PR after Monaco-editor will be integrated

dimaMachina avatar Jul 11 '23 10:07 dimaMachina