Skip to content

Commit

Permalink
Fix a link and a word
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Barlow committed Apr 29, 2022
1 parent 02b88c3 commit 1f663cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/federated-types/sharing-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Types like this are called **value types**. This article describes how to share

## Sharing object types

By default in [Federation 2 subgraphs](../federation-2/moving-to-federation-2/#phase-2-modify-subgraph-schemas), a single object field _can't_ be defined or resolved by more than one subgraph schema.
By default in [Federation 2 subgraphs](../federation-2/moving-to-federation-2/#step-3-update-individual-subgraphs), a single object field _can't_ be defined or resolved by more than one subgraph schema.

Consider the following `Position` example:

Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Introduction to Apollo Federation
description: Combine GraphQL APIs into a unified graph
description: Combine GraphQL APIs into a unified supergraph
---

import FederationArchitecture from '../shared/diagrams/federation-architecture.mdx';
Expand Down

0 comments on commit 1f663cf

Please sign in to comment.