graphql-hive / graphql-hive/console
feat: support apollo federation spec v2.7 and higher
Open
composition
federation-composition
improvement
- Dominant language
- TypeScript
- Stars
- 483
- Forks
- 145
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 65
Description
When targeting v2.6, `hive dev` works.
```graphql
extend schema
@link(url: "https://specs.apollo.dev/federation/v2.6", import: [...])
```
But it doesn't for v2.7 and higher(e.g. ~v2.10).
```graphql
extend schema
@link(url: "https://specs.apollo.dev/federation/v2.7", import: [...])
```
Contributor guide
Assessment
This issue has not been assessed yet.