Skip to content

Commit b55e988

Browse files
author
Radoslav Georgiev
committed
Add Summary section with some paragraphs
1 parent 950cab6 commit b55e988

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/tutorial-plain.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,14 @@ This will give us the following results:
499499
}
500500
}
501501
502-
As an excercise, you can try making some queries to ``ingredient``.
502+
As an exercise, you can try making some queries to ``ingredient``.
503503

504504
Something to keep in mind - since we are using one field several times in our query, we need `aliases <http://graphql.org/learn/queries/#aliases>`__
505+
506+
507+
Summary
508+
-------
509+
510+
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``.
511+
512+
In the next tutorial, we are going to use the **Relay specificiation** combined with ``django-filter``

0 commit comments

Comments
 (0)