apollo-federation Questions

0

In an NX monorepo I'm building 3 nestjs application, an auth-service + user-service and a gateway to start off with. They're all powered by apollo graphql and following the official nestjs document...

2

Solved

Has anyone successfully placed a Hasura GraphQL endpoint, behind an Apollo Federated Gateway? I know Hasura wants to act as the point of federation but I would rather not do that...current thought ...
Virendra asked 9/10, 2019 at 12:6

1

Solved

Let's say we have S1, S2 subgraphs, and G gateway. S1 subgraph service needs some data from the S2 service. How should it be handled through the gateway and schema level? Should we use gateway in t...
Interdigitate asked 26/3, 2022 at 13:38

0

Is it possible to mark a field in an input to a query as requiring a field extended by a different service? Using the federation-demo to illustrate my question, but keeping a little bit more simple...
Phototransistor asked 27/10, 2020 at 20:25

3

In Apollo Federation, I am facing this problem: The gateway needs to be restarted every time we make a change in the schema of any federated service in service list. I understand that every time a ...
Wolenik asked 27/9, 2019 at 18:4

1

I'd like to federate services, but let the federation gateway also hold own schema and logic that would proxy REST API endpoints for simplicity. Now it looks like I need to have federation gateway ...

0

After running into an issue trying things out on my own, I tried the example from the docs and I ran into a similar issue, is the doc wrong, or am I doing something stupid? The example I am trying...
Rainwater asked 3/7, 2019 at 0:0
1

© 2022 - 2024 — McMap. All rights reserved.