Skip to content

Commit be810d9

Browse files
committed
docs(graphql): add code-first federation 2 for user
1 parent 31d6051 commit be810d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/graphql/federation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ To quote the [Apollo docs](https://www.apollographql.com/docs/federation/federat
747747
748748
In the following sections, we'll upgrade the previous example to Federation 2.
749749

750-
### Federated example: Users
750+
#### Federated example: Users
751751

752752
One change in Federation 2 is that entities has no originating subgraph, so we don't need to extend `Query` anymore. For more detail please refer to [this topic](https://www.apollographql.com/docs/federation/federation-2/new-in-federation-2#entities) in Apollo docs.
753753

0 commit comments

Comments
 (0)