We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ab8ac commit c3404a9Copy full SHA for c3404a9
docs/fields.rst
@@ -80,4 +80,6 @@ published and have a title:
80
DjangoConnectionField
81
---------------------
82
83
-*TODO*
+``DjangoConnectionField`` acts similarly to ``DjangoListField`` but returns a
84
+paginated connection following the `relay spec <https://relay.dev/graphql/connections.htm>`__
85
+The field supports the following arguments: `first`, `last`, `offset`, `after` & `before`.
0 commit comments