- Fixed generating models from interfaces with inline fragments.
- Changed generated code to pass
mypy --strict
. - Changed base clients to get full url from user.
- Added support for custom scalars.
- Fixed incorrectly raised exception when using custom scalar as query argument type.
- Added
remote_schema_url
andremote_schema_headers
settings to support reading remote schemas. - Added
headers
argument to__init__
methods ofBaseClient
andAsyncBaseClient
.