Update index.md

This commit is contained in:
Sashko Stubailo 2017-12-19 10:54:11 -08:00 committed by GitHub
parent fd946941c6
commit b9260bcd13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ This server can be queried from any GraphQL client, since it supports all of the
<h2 id="tutorial">GraphQL server tutorial</h2>
If you're just getting started writing GraphQL servers, check out our recently updated tutorial: [How To Build a GraphQL Server to talk to SQL, MongoDB, and REST](https://dev-blog.apollodata.com/tutorial-building-a-graphql-server-cddaa023c035)
If you're just getting started writing GraphQL servers, check out our recently updated tutorial which walks you through building a server from start to finish: [How To Build a GraphQL Server to talk to SQL, MongoDB, and REST](https://dev-blog.apollodata.com/tutorial-building-a-graphql-server-cddaa023c035)
<h2 id="selecting-package">Selecting the right package</h2>