0.2
This release brings support for remote schemas to the Ariadne Codegen and adds headers
option to default Client
, so workaround is no longer needed for it.
CHANGELOG
- Added
remote_schema_url
andremote_schema_headers
settings to support reading remote schemas. - Added
headers
argument to__init__
methods ofBaseClient
andAsyncBaseClient
.