graphql-hive / graphql-hive/console

feat: support apollo federation spec v2.7 and higher

Open
#6,097 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.