diff --git a/docs/fields.rst b/docs/fields.rst index 32ca26c..f414a4c 100644 --- a/docs/fields.rst +++ b/docs/fields.rst @@ -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 `__ +The field supports the following arguments: `first`, `last`, `offset`, `after` & `before`.