Skip to content

Commit

Permalink
document purpose of DjangoConnectionField (#1107)
Browse files Browse the repository at this point in the history
  • Loading branch information
zbyte64 authored Feb 2, 2021
1 parent d9ab8ac commit c3404a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/fields.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,6 @@ published and have a title:
DjangoConnectionField
---------------------

*TODO*
``DjangoConnectionField`` acts similarly to ``DjangoListField`` but returns a
paginated connection following the `relay spec <https://relay.dev/graphql/connections.htm>`__
The field supports the following arguments: `first`, `last`, `offset`, `after` & `before`.

0 comments on commit c3404a9

Please sign in to comment.