Arie Bovenberg
Arie Bovenberg
Hi @AlexandreDecan, I have some experience working around the limitations of Python typing. In these cases you can try to replace a `Union` with base-class/sub-class. This works pretty decent for...
@AlexandreDecan cool! Let me know if there is anything I can help with, or if you'd rather tackle it yourself.
As of version 1.1 queries can be fully customized by HTTP client if necessary. This allows streaming downloads. See [here](http://snug.readthedocs.io/en/latest/advanced.html#low-level-control). In the future, streaming requests/responses may be part of the...
@Kub-AT thanks, I have updated the issue title accordingly.
added a recipe in release 1.2, see http://snug.readthedocs.io/en/latest/recipes.html#method-chaining
@dependabot-bot rebase
Hi @waynew, thanks for opening the issue. If this is something supported by the GraphQL spec, then quiz should support it. I'll have a look at fixing this.
Hi @waynew. Inline fragments are indeed not usable in the current release. They will be in the next release, which I'm working on now. Your example would look like this:...
@waynew FYI I'll probably remove python 3.5 support next release as well, since `dataclasses` simplify a lot and are only available on 3.6+ (including backport)
main todos: - [ ] improve documentation of "value objects" - [ ] finish coersion/validation - [ ] update documentation