add link to official graphql website in Getting Started

This commit is contained in:
Tina Zhang 2016-11-05 15:31:56 +01:00
parent 3f0c01ed3c
commit c1f567c4e4

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