graphene/graphene/relay
Dan Palmer b8ecc3929d
Add basic type documentation for Relay fields
This adds documentation in the API for `PageInfo`s and `Edges`.

This is useful to include in Graphene because `PageInfo` is always the same, and Edges always have the same format, so documentation for both can be created automatically.
2018-09-09 18:19:58 +01:00
..
tests Fix assertion 2018-08-29 18:10:37 +01:00
__init__.py Run black formatter via pre-commit on all files 2018-07-06 12:09:23 -07:00
connection.py Add basic type documentation for Relay fields 2018-09-09 18:19:58 +01:00
mutation.py Abstract thenables (promise, coroutine) out of relay Connections and Mutations 2018-08-31 19:53:21 +02:00
node.py Run black formatter via pre-commit on all files 2018-07-06 14:03:15 -07:00