Skip to content

Commit

Permalink
Fixed SDL link (#3179)
Browse files Browse the repository at this point in the history
Updated the URL which points to SDL section in the docs website. This essentially changes the fragment from "sdl" to "schema-definition-language".
  • Loading branch information
muraliprajapati authored and trevor-scheer committed Aug 22, 2019
1 parent 87bc9d8 commit 023b99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apollo-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ server.listen().then(({ url }) => {
});
```

> Due to its human-readability, we recommend using [schema-definition language (SDL)](https://www.apollographql.com/docs/apollo-server/essentials/schema.html#sdl) to define a GraphQL schema--[a `GraphQLSchema` object from `graphql-js`](https://github.com/graphql/graphql-js/#using-graphqljs) can also be specified instead of `typeDefs` and `resolvers` using the `schema` property:
> Due to its human-readability, we recommend using [schema-definition language (SDL)](https://www.apollographql.com/docs/apollo-server/essentials/schema/#schema-definition-language) to define a GraphQL schema--[a `GraphQLSchema` object from `graphql-js`](https://github.com/graphql/graphql-js/#using-graphqljs) can also be specified instead of `typeDefs` and `resolvers` using the `schema` property:
>
> ```js
> const server = new ApolloServer({
Expand Down

0 comments on commit 023b99e

Please sign in to comment.