document purpose of DjangoConnectionField

This commit is contained in:
Jason Kraus 2021-01-25 12:42:27 -08:00
parent 5dea6ffa41
commit 72b023376d

View File

@ -80,4 +80,6 @@ published and have a title:
DjangoConnectionField 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`.