(draft) graphiql 2 next steps roadmap
See original GitHub issueI’m probably missing a lot of things here but just to get started. Please feel free to reorganize things as you please
2.0.x
- replace webpack 4 with webpack 4 at least if not full vite/esbuild for @graphiql/react &
graphiql
- i18n
- more a11y improvements
2.x.y
-
plugins
prop API expansion - either -1. we moveplugins
prop =>sidebarPlugins
and markplugins
as deprecated - where other types of plugins use different props such asresultPanePlugins
-
- or we expand on our usage of the
plugins
prop array collection definition to specify alternative types of plugins, and upgrade the underlying@graphiql/react
?
- or we expand on our usage of the
-
- custom operation, variables, results tab pane plugin API?
- sidebar network tab
- sidebar code exporter
- sidebar
- better subscriptions results view (custom results serializer/ custom component plugin via tab pane plugins?)
- yaml, markdown, and html results view plugins
- query parser
- docs site 📚🔮
- doc site setup
- how-tos
- examples
- api docs
- easy vars?
-
renderGraphiQL
, middlewares and simple client-only docker image
3.0.0
- monaco-editor
- …
Todos
for this roadmap:
- link relevant issues
- create relevant discussions
- create relevant tickets
Issue Analytics
- State:
- Created a year ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
GraphQL | A query language for your API
Move faster with powerful developer tools ... Know exactly what data you can request from your API without leaving your editor, highlight potential...
Read more >Strapi Draft System Completely Explained
Do you wonder exactly how the Strapi Draft & Publish works? ... Write for the Community program explains everything in this step by...
Read more >First steps of New Quizzes API and a sample documentation
Reaching the GraphQL API is quite simple. After you authenticated to your regular REST API you need to request an instaccess token and...
Read more >GraphQL API - GitLab Docs
The deprecation and removal process for the GitLab GraphQL API aligns with the wider ... The GraphQL API includes the following queries at...
Read more >The Directus Road Map
Next · extension. NPM Extensions. In-app installation of public and private extensions on npm. · functions. Calculated Fields. Support fields with values based...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’d also be interested in having https://github.com/OneGraph/graphiql-code-exporter as a first-class citizen plugin 👍 If needed I can help with this.
I time-boxed some time on the code exporter: https://github.com/LekoArts/graphiql/tree/code-exporter
It’s not working correctly at the moment (see screenshot with the error), feel free to send in PRs against https://github.com/graphql/graphiql/pull/2758