Skip to content

Commit c3404a9

Browse files
authored
document purpose of DjangoConnectionField (#1107)
1 parent d9ab8ac commit c3404a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: docs/fields.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,6 @@ published and have a title:
8080
DjangoConnectionField
8181
---------------------
8282

83-
*TODO*
83+
``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

Comments
 (0)