From 93eef7b9d8a8879ded750e036fd0a824930a12a0 Mon Sep 17 00:00:00 2001 From: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com> Date: Mon, 24 Apr 2023 20:51:52 +0530 Subject: [PATCH] docs: update hasura federation sidebar title PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8883 GitOrigin-RevId: c5adb8c82e198a988760d980ef6630815ee35733 --- .../hasura-graphql-federation-architectures.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/data-federation/hasura-graphql-federation-architectures.mdx b/docs/docs/data-federation/hasura-graphql-federation-architectures.mdx index eb6f57c90bd..648c08ebaee 100644 --- a/docs/docs/data-federation/hasura-graphql-federation-architectures.mdx +++ b/docs/docs/data-federation/hasura-graphql-federation-architectures.mdx @@ -1,6 +1,7 @@ --- description: Hasura GraphQL Data Federation Supergraphs title: Hasura GraphQL federation architectures +sidebar_label: Federation Architectures keywords: - hasura - docs @@ -16,6 +17,8 @@ import Thumbnail from '@site/src/components/Thumbnail'; # Hasura GraphQL Federation Architectures +## Overview + In GraphQL, a supergraph is a unified and coherent schema that combines multiple sub-graphs, each representing a distinct part of the overall data model. The distinctions between supergraphs and a sub-graphs is largely academic and depends on the boundaries between one or more data sources.