Create PRs for GraphQL plugins
See original GitHub issueIn collaboration with Facebook, Apollo and apis.guru we’ve settled on the new spec for graphql-config
. The next step is to create PRs for the following GraphQL plugins and tools:
- https://github.com/graphql/graphql-language-service cc @asiandrummer
- https://github.com/kumarharsh/graphql-for-vscode cc @kumarharsh
- https://github.com/jimkyndemeyer/js-graphql-intellij-plugin cc @jimkyndemeyer
- https://github.com/rmosolgo/language-graphql cc @rmosolgo
- https://github.com/apollographql/eslint-plugin-graphql cc @jnwng
- https://github.com/jparise/vim-graphql cc @jparise
- https://github.com/orionsoft/atom-graphql-autocomplete cc @nicolaslopezj
- https://github.com/nodkz/babel-plugin-transform-relay-hot cc @nodkz
- https://github.com/relayjs/eslint-plugin-relay cc @kassens @pranaygp
Issues/PRs:
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Creating Apollo Server plugins - Apollo GraphQL Docs
You can create your own Apollo Server plugins to perform custom operations in response to certain events. For example, a basic logging plugin...
Read more >Introducing Envelop - The GraphQL Plugin System – The Guild
Envelop is a lightweight library that allows developers to create plugins that enriches the GraphQL execution layer with new features.
Read more >graphile-utils - npm
This package contains helpers for building plugins for GraphQL schemas utilising Graphile Engine, such as the one produced by PostGraphile.
Read more >WPGraphQL – WordPress plugin
Build rich JavaScript applications with WordPress and GraphQL ... WPGraphQL allows you to separate your CMS from your presentation layer. Content creators can...
Read more >graphql_flutter | Flutter Package - Pub.dev
To connect to a GraphQL Server, we first need to create a GraphQLClient . A GraphQLClient requires both a cache and a link...
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
js-graphql-intellij-plugin will be moving to the graphql-config format with the 2.0 release that is currently in alpha: https://github.com/jimkyndemeyer/js-graphql-intellij-plugin/releases
I have schemaPath, includes, excludes, projects, and endpoints working. Hope to include it in the next alpha within the next couple of weeks.
Released in https://github.com/jimkyndemeyer/js-graphql-intellij-plugin/releases/tag/2.0.0-alpha-3
Update: 2.0.0 out in https://github.com/jimkyndemeyer/js-graphql-intellij-plugin/releases/tag/2.0.0