apollo-federation-subgraph-compatibility
apollo-federation-subgraph-compatibility copied to clipboard
A repo to test subgraph libraries compatibility with the Apollo Federation Specification
We're not currently checking to see if a `_FieldSet` (Fed 1) / `FieldSet` (Fed 2) scalar is available in the implemented products subgraph. Let's confirm: - If we should be...
Hasura now has support for Apollo Federation spec (at least v1) https://hasura.io/docs/latest/data-federation/apollo-federation/
Related Nexus discussion: https://github.com/graphql-nexus/nexus/issues/148
Not sure the best way to test this but we just noticed that `absinthe_federation` did not have up-to-date locations defined on a few federation directives. Not sure if they were...
It would be nice to push spec changes to maintainers beforehand - provide options for maintainers contacts, they push in through CI or put in implementation folder some how
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [execa](https://redirect.github.com/sindresorhus/execa) | [`^5.1.1` -> `^9.0.0`](https://renovatebot.com/diffs/npm/execa/5.1.1/9.5.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint)) | [`8.57.0` -> `9.23.0`](https://renovatebot.com/diffs/npm/eslint/8.57.0/9.23.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
Created by Github Action
Hi All 👋 Im trying to run the tests against a local server and I am getting an error when trying to download the router: ``` info health check -...