Support for `.graphqlrc` files
See original GitHub issueThere’s a parser available on npm
. It allows fetching a schema from an endpoint, which automates a whole bunch of manual wiring you’d have to normally maintain (exporting & importing Schemas). Would you be open to implementing this? And if so: how can I help? 😃
Issue Analytics
- State:
- Created 6 years ago
- Reactions:4
- Comments:5 (2 by maintainers)
Top Results From Across the Web
GraphQL file types in Apollo Kotlin
GraphQL file types in Apollo Kotlin ; JSON. schema.json ; Bash ; GraphQL. schema.graphqls ; Bash ; GraphQL. MyQuery.graphql.
Read more >GraphQL: Language Feature Support
Extension for Visual Studio Code - GraphQL LSP extension that adds autocompletion, validation, go to definition, hover, outline and more.
Read more >Loading GraphQL Schemas from Different Sources
All found schema files can be merged into a complete schema. There is support for #import syntax (formerly known as graphql-import ).
Read more >Recommend an extension to use · Issue #203 · graphql ...
There is no official recommendation for what file extension to use to store GraphQL schemas/ queries. I am assuming it would be either...
Read more >GraphQL Code Libraries, Tools and Services
Client · Currently supports React, React Native, Preact, Svelte, and Vue, and is supported by GraphQL Code Generator. · Logical yet simple default...
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
The latest iteration is
graphql-config
and.graphqlconfig
files.I already have a lot of other tools using it; I would consider using this package once
.graphqlconfig
is adopted. That, and when linting is removed and left toeslint-plugin-graphql
(#30).@schickling sorry, have been on vacation. I’ll have something to say about it this week.