docs: update hasura federation sidebar title

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8883
GitOrigin-RevId: c5adb8c82e198a988760d980ef6630815ee35733
This commit is contained in:
Rikin Kachhia 2023-04-24 20:51:52 +05:30 committed by hasura-bot
parent f8ae944dbc
commit 93eef7b9d8

View File

@ -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.