diff --git a/docs/tutorial/part-1.rst b/docs/tutorial/part-1.rst index eece0cd3..19afdb7e 100644 --- a/docs/tutorial/part-1.rst +++ b/docs/tutorial/part-1.rst @@ -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 so that it can be used with JavaScript clients. + +Let's now continue with :ref:`tutorial-part-2`. diff --git a/docs/tutorial/part-2.rst b/docs/tutorial/part-2.rst new file mode 100644 index 00000000..25dfb26d --- /dev/null +++ b/docs/tutorial/part-2.rst @@ -0,0 +1,4 @@ +.. _tutorial-part-2: + +Creating our data model +========================