Skip to content

Commit

Permalink
Merge branch 'master' into feat-check-len
Browse files Browse the repository at this point in the history
  • Loading branch information
vvakame committed Feb 18, 2020
2 parents 2506dce + 25d1676 commit 6ecdb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/recipes/federation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ menu: { main: { parent: 'recipes' } }
---

In this quick guide we are going to implement the example [Apollo Federation](https://www.apollographql.com/docs/apollo-server/federation/introduction/)
server in gqlgen. You can find the finished result in the [examples directory](/example/federation).
server in gqlgen. You can find the finished result in the [examples directory](https://github.com/99designs/gqlgen/tree/master/example/federation).


## Create the federated servers
Expand Down

0 comments on commit 6ecdb88

Please sign in to comment.