Way to support multiple GraphQl schema/Urls
See original GitHub issueDescribe 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:
- Created a year ago
- Comments:7
Top 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 >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
Happy to know it 🙂 enjoy!
I will really appreciated an sample example.