Skip to content

Commit bd68e63

Browse files
committed
fix
1 parent 1793df4 commit bd68e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/learn/federation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The federation process involves several key components:
6767

6868
<Tabs items={['Products subgraph', 'Orders subgraph', 'Users subgraph']}>
6969
<Tabs.Tab>
70-
`graphql
70+
```graphql
7171
type Product @key(fields: "id") {
7272
id: ID!
7373
title: String!

0 commit comments

Comments
 (0)