From b55e988205b6f14c79c177024b4a9bcca7c1d1aa Mon Sep 17 00:00:00 2001 From: Radoslav Georgiev Date: Tue, 14 Feb 2017 19:55:38 +0200 Subject: [PATCH] Add `Summary` section with some paragraphs --- docs/tutorial-plain.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/tutorial-plain.rst b/docs/tutorial-plain.rst index 2a76a25..f1c16ee 100644 --- a/docs/tutorial-plain.rst +++ b/docs/tutorial-plain.rst @@ -499,6 +499,14 @@ This will give us the following results: } } -As an excercise, you can try making some queries to ``ingredient``. +As an exercise, you can try making some queries to ``ingredient``. Something to keep in mind - since we are using one field several times in our query, we need `aliases `__ + + +Summary +------- + +As you can see, GraphQL is very powerful but there are a lot of repetitions in our example. We can do a lot of improvements by adding layers of abstraction on top of ``graphene-django``. + +In the next tutorial, we are going to use the **Relay specificiation** combined with ``django-filter``