[Discuss] Support GraphQL DataSource #460
Replies: 1 comment
-
| Putting down some thoughts around how to do Apollo Federation... How Apollo Federation works:
 Composition and Routing Options: 
 async-graphql Federation support:async-graphql supports the subgraph spec, so an async-graphql server can act as a subgraph in a federated architecture. (dynamic schema is supported) To support Federation in Tailcall:To enable Federation support in Tailcall, we can approach it in stages as follows: Milestone 1: Support Tailcall server acting as a subgraph in a federated architecture. 
 Milestone 2: Develop our own composition library (and possibly our own router). 
 @tusharmath @amitksingh1490 - Let me know your thoughts. | 
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Tailcall needs to support GraphQL data source. This could be supported in various ways:
Beta Was this translation helpful? Give feedback.
All reactions