Skip to content

Commit 46018c9

Browse files
committed
feat: add GraphQL schema extension with Apollo links
1 parent 32ad831 commit 46018c9

File tree

2 files changed

+8
-58
lines changed

2 files changed

+8
-58
lines changed

github.graphql

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
extend schema
2+
@link(url: "https://specs.apollo.dev/federation/v2.10", import: ["@key"])
3+
@link(
4+
url: "https://specs.apollo.dev/connect/v0.1"
5+
import: ["@connect", "@source"]
6+
)
7+
8+
type Query {}

products.graphql

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)