Description
Add Relay-style helpers to Python GraphQL servers. It helps developers implement connections, nodes, pagination, and conventions expected by React Relay clients.
This is GraphQL support code, not a complete API. Pagination and node access should be designed with authorization and query-cost limits so clients cannot enumerate private or expensive data.