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.

Way to support multiple GraphQl schema/Urls

See original GitHub issue

Describe the problem

Will be good to support multiple graphQl endpoints

Describe the proposed solution

Is there a possibility to support multiple graphQl Urls. something like

introspection: {
    type: 'url',
    url: ['www.graphQlendpoint.com/url1','www.graphQlendpoint.com/url2','www.graphQlendpoint.com/url3' ],
    headers: {
    },
  },

This will generate output for all 3 urls inside output directory

Importance

Would make my life easier

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
pelletier197commented, Sep 9, 2022

Happy to know it 🙂 enjoy!

1reaction
akkikumar72commented, Sep 8, 2022

I will really appreciated an sample example.

Read more comments on GitHub >

github_iconTop Results From Across the Web

GraphQL schema stitching
Schema stitching is the idea that you can take two or more GraphQL schemas, and merge them into one endpoint that can pull...
Read more >
When to use multiple endpoints in GraphQL - LogRocket Blog
To handle multiple endpoints, we can expose URLs with shape /graphql/${customEndpoint} , and obtain the custom endpoint value via a route ...
Read more >
Combining Schemas – GraphQL Tools
In this example, we'll stitch together two very simple schemas representing a system of users and posts. You can find many supporting examples ......
Read more >
Support for multiple schemas (on multiple endpoints) · Issue #84
I need to access two different graphql endpoints from a project, where each endpoint has a different schema.
Read more >
GraphQL schema stitching to combine APIs: Part 2 - Contentful
You can combine APIs together thanks to GraphQL Schema stitching, which makes it easier to access data that is split across multiple APIs....
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