We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1793df4 commit bd68e63Copy full SHA for bd68e63
src/pages/learn/federation.mdx
@@ -67,7 +67,7 @@ The federation process involves several key components:
67
68
<Tabs items={['Products subgraph', 'Orders subgraph', 'Users subgraph']}>
69
<Tabs.Tab>
70
-`graphql
+```graphql
71
type Product @key(fields: "id") {
72
id: ID!
73
title: String!
0 commit comments