Skip to content

Commit

Permalink
docs: fix federation link and text
Browse files Browse the repository at this point in the history
  • Loading branch information
glasser committed Oct 7, 2022
1 parent 7462a0c commit f6c2991
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/api/apollo-server.mdx
Expand Up @@ -97,11 +97,11 @@ For details, see [Resolvers](../data/resolvers/).

An executable GraphQL schema. Under the hood, Apollo Server automatically generates this field from [`typeDefs`](#typedefs) and [`resolvers`](#resolvers).

This field is helpful if you are using:
This field is helpful if:

- [Apollo Federation](https://www.apollographql.com/docs/federation/implementing-services/#generating-a-federated-schema), which uses the `buildFederatedSchema` function to generate its schema
- A function like `makeExecutableSchema` from [`graphql-tools`](https://www.graphql-tools.com/docs/generate-schema) to create your schema
- A code-first approach (i.e., instead of a schema-first approach)
- You are [building a subgraph for Apollo Federation](https://www.apollographql.com/docs/federation/building-supergraphs/subgraphs-apollo-server), which uses the `buildSubgraphSchema` function to generate its schema
- You are using a function like `makeExecutableSchema` from [`graphql-tools`](https://www.graphql-tools.com/docs/generate-schema) to create your schema
- You are using a library that takes a code-first approach (i.e., instead of a schema-first approach) to generate a schema

</td>
</tr>
Expand Down

0 comments on commit f6c2991

Please sign in to comment.