federation
federation copied to clipboard
🌐 Build and scale a single data graph across multiple services with Apollo's federation gateway.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/apollographql/federation). - WARN:...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [@apollo/utils.fetcher](https://togithub.com/apollographql/apollo-utils) | [`1.0.0`...
Adds ability to compose custom directives by passing in an optional `exposeDirectives` parameter to the `composeServices` function. This PR intentionally muddies the waters somewhat between executable and type system directives....
Using a working Apollo Server in Cloudflare Worker, which utilizes esmodules for files/deps, works great. Adding `@apollo/subgraph` and calling `buildSubgraphSchema` throws the following error: ``` Uncaught TypeError: url_1.URL is not...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/make-fetch-happen](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/make-fetch-happen) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`9.0.2` -> `10.0.0`](https://renovatebot.com/diffs/npm/@types%2fmake-fetch-happen/9.0.2/10.0.0) |...
We are using apollo server `3.6.7` with apollo gateway `2.0.2`. We are seeing longer event loop delays and general fewer event loop iterations after the upgrade. This is a graph...
Hello i'm trying to upgrade our federation from v1 to v2 and started by upgrading our federation (as mentioned in the documentation). After an upgrade to "@apollo/gateway": "2.0.5" "apollo-server": "3.9.0"...
Hello :wave: I noticed that `printSchema` only have options to order type and directives definitions. But smaller elements like fields, and types in unions have unspecified order which on major...
Should match the way we reference graphs elsewhere. 