question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for `.graphqlrc` files

See original GitHub issue

There’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:closed
  • Created 6 years ago
  • Reactions:4
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

6reactions
jaydensericcommented, Nov 13, 2017

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 to eslint-plugin-graphql (#30).

5reactions
kumarharshcommented, Jan 6, 2018

@schickling sorry, have been on vacation. I’ll have something to say about it this week.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found