Results 6 issues of San Kilkis

* **Editor name and version**: VS Code 1.33.0 * **Platform**: Windows 10 1809 * **Color scheme**: Pycharm Dracula Style (WIP) * **MagicPython version**: 1.1.0 First of all congrats on the...

@nschloe thanks for the awesome package, I'm enjoying using it so far! A feature request would be to have a `--check` option similar to the `black` code formatter that results...

This commit improves the performance of type resolution when returning interface types from a resolver by defining [`resolve_type`](https://github.com/strawberry-graphql/strawberry/pull/1949) that is called once per item. Without the existence of `resolve_type` the...

Attempt to improves performance by compiling resolver functions to prevent conditional look-up of arguments. In the future, this implementation could be extended to also compile scalar converters, as their type...

This PR adds installation_requirements to setup.py and fixes the installation errors due to these requirements not being available during install time when setup.py is run. To fix this a static...

## Description Previously the narrowed type of a generic interface was not checked. Therefore, the first concrete type of the generic interface would always return `True` from the `is_type_of` method....