Add empty part 2

This commit is contained in:
Patrick Arminio 2017-11-18 11:40:03 +00:00
parent b4a2f20b1e
commit b90a3b8431
No known key found for this signature in database
GPG Key ID: 6F384394A3714144
2 changed files with 6 additions and 0 deletions

View File

@ -53,3 +53,5 @@ Then we can start querying our schema:
Later we will show you how to serve the schema under an HTTP endpoint Later we will show you how to serve the schema under an HTTP endpoint
so that it can be used with JavaScript clients. so that it can be used with JavaScript clients.
Let's now continue with :ref:`tutorial-part-2`.

4
docs/tutorial/part-2.rst Normal file
View File

@ -0,0 +1,4 @@
.. _tutorial-part-2:
Creating our data model
========================