You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Discover what GraphQL Federation is, how it unifies multiple APIs into a Supergraph, its core benefits, and the building blocks like subgraphs, schema composition and gateway.',
21
+
openGraph: {
22
+
...rootMetadata.openGraph,
23
+
/**
24
+
* We currently have `metadataBase` which includes `basePath`,
25
+
* so the opengraph-image.png file convention results in a
26
+
* duplicate `basePath` in the OG Image URL.
27
+
*
28
+
* Remove this workaround when we have a fix upstream.
29
+
* Do not extract this workaround to a separate file, as it will stop working.
'Accelerate GraphQL Federation adoption with the Hive Partner Network. Access enterprise-grade tools and expertise to build scalable, unified APIs across distributed systems. Join our network of federation experts.',
20
+
openGraph: {
21
+
...rootMetadata.openGraph,
22
+
/**
23
+
* We currently have `metadataBase` which includes `basePath`,
24
+
* so the opengraph-image.png file convention results in a
25
+
* duplicate `basePath` in the OG Image URL.
26
+
*
27
+
* Remove this workaround when we have a fix upstream.
28
+
* Do not extract this workaround to a separate file, as it will stop working.
0 commit comments