graphql-relay-py icon indicating copy to clipboard operation
graphql-relay-py copied to clipboard

A library to help construct a graphql-py server supporting react-relay

Results 11 graphql-relay-py issues
Sort by recently updated
recently updated
newest added

The release of mypy 1.0 revealed some issues in the typing that I helped add previously: 1. The `PageInfoType` protocol is missing some `@property` decorators 2. The typing on the...