Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plug-ins APIs #2765

Open
FluorescentHallucinogen opened this issue Sep 12, 2022 · 2 comments
Open

Plug-ins APIs #2765

FluorescentHallucinogen opened this issue Sep 12, 2022 · 2 comments

Comments

@FluorescentHallucinogen
Copy link

FluorescentHallucinogen commented Sep 12, 2022

Here's the current GraphiQL structure:

graphiql-plugins-before

  1. Is it possible to create plug-ins that (also) use/replace, e.g. one or more panes on the right side of GraphiQL, not only the left pane? E.g.:

graphiql-plugins-after

Use cases:

  1. What about (deep) integration between GraphiQL plug-ins?

Use cases:

@FluorescentHallucinogen
Copy link
Author

@thomasheyenbrock
Copy link
Collaborator

See also #1533 (comment)

There are plenty of use-cases that go beyond GraphiQL, which is just the reference implementation for a GraphQL IDE. We provide all its building blocks with the @graphiql/react package, that would allow you to create your own IDE that implements any of the customizations you linked to here.

That said, my personal take on this is that some of these ideas go beyond what we should build into GraphiQL. They would significantly increase complexity of both code and UI and might only serve a subset of its users that require these specific plugins and functionalities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants