mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-21 17:16:56 +03:00
document purpose of DjangoConnectionField (#1107)
This commit is contained in:
parent
d9ab8acf26
commit
c3404a9793
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue
Block a user