You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: