Extracted from #459
The problem lies in graphql-relay-py. See the issue and the corresponding PR.
graphql-relay-py seems pretty abandoned and the mentioned PR is from Nov, 2017 with no activity since January 2018.
[Fun fact] It's not even violating the spec:
If the client is paginating with first/after, then the client may return true if edges prior to after exist, if it can do so efficiently, otherwise may return false.
Extracted from #459
The problem lies in
graphql-relay-py. See the issue and the corresponding PR.graphql-relay-pyseems pretty abandoned and the mentioned PR is from Nov, 2017 with no activity since January 2018.[Fun fact] It's not even violating the spec: