Merge pull request #352 from ttz21/docs_update

Add link to official GraphQL docs in Getting Started
This commit is contained in:
Syrus Akbary 2016-11-05 08:48:33 -07:00 committed by GitHub
commit 5bb028e3d7

View File

@ -1,6 +1,12 @@
Getting started
===============
What is GraphQL?
----------------
For an introduction to GraphQL and an overview of its concepts, please refer
to `the official introduction <http://graphql.org/learn/>`.
Lets build a basic GraphQL schema from scratch.
Requirements