I have 3 services: Org, Gatekeeper and Fleet. Gatekeeper and Fleet extend the Org schema from the Org service. then the Org server is up and running along with fleet and gatekeeper, everything works fine, but if org is down and I try run gateway with just fleet and gatekeeper, I get an error "Unknown Type: Org"
I read in the API reference for apollo that gatekeeper / fleet should run standalone, but does that mean only if I spin up a gatekeeper server? The standalone server DOES work, but not through the gateway if a parent service is down. Is there a way to get it to work?