mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 01:28:32 +00:00
Update federation-page.tsx
This commit is contained in:
parent
a151429dbe
commit
23eb74011c
1 changed files with 1 additions and 1 deletions
|
|
@ -385,7 +385,7 @@ function HowFederationWorks(props: { className?: string }) {
|
|||
</p>
|
||||
<h4 className="pt-2 text-lg font-semibold text-white">Query Planning</h4>
|
||||
<p>
|
||||
The process of resolving a GraphQL requests is called query planning. During the
|
||||
The process of resolving a GraphQL request is called query planning. During the
|
||||
query planning, the gateway decides which subgraph should resolve a given part of
|
||||
the query, and then sends the query to the appropriate subgraph. The subgraph
|
||||
resolves the query and returns the data. The gateway then combines all the data and
|
||||
|
|
|
|||
Loading…
Reference in a new issue