You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorial-plain.rst
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -499,6 +499,14 @@ This will give us the following results:
499
499
}
500
500
}
501
501
502
-
As an excercise, you can try making some queries to ``ingredient``.
502
+
As an exercise, you can try making some queries to ``ingredient``.
503
503
504
504
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