Christoph Zwerschke
Christoph Zwerschke
I recommend using the latest version v3.3.0a11 instead, since it contains several changes in the `@defer` implementation and other improvements over 3.3.0a3. This version is equivalent to GraphQL.js v17.0.0a5 which...
Well, the 3.3 branch is based on the v17 (next) branch of GraphQL-js, and so far we only have alpha releases upstream as well. So things can still change. The...
Yes. However, some features and fixes from 17.x are also backported to 16.x and then they are also ported to the 3.2 branch in Python.
Sorry for the late reply. I think the problem is that you need `&` instead of `,` when using `implements` with multiple types.
Hi @ilovelinux, The commit was actually intentional. It was part of the frequently requested schema pickle support which was only available in v3.3 so far, but has now been backported...