document purpose of DjangoConnectionField (#1107)

This commit is contained in:
Jason Kraus 2021-02-02 09:58:43 -08:00 committed by GitHub
parent d9ab8acf26
commit c3404a9793
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`.