Open mdv27 opened 1 year ago
Hi @mdv27
Thanks for flagging this. I have yet to try using this template with the apollo federation approach. Furthermore, this template is 5 major semvers behind the current @nestjs/graphql
. Thus, the approach will run into some problems.
I am game to investigate and ideally upgrade this repo to reflect current changes in the nestjs and gql ecosystem. Do you have a minimum reproducible example you can share with me? Thx.
Thanks for creating this repository. I am able to create subgraph with azure function using the similar styles. I am unable to create the gateway with azure function which imports the subgraph. Gateway works fine as nestjs application server but does not when exposed as azure function. I am getting 404 error on
http://localhost:7071/api/graphql
Gateway function.json
Gateway index.ts
main.js imported in index.ts
app.module.ts