- Fixed handling of nested variables in objects and lists.
- Added
queries
,mutations
andsubscriptions
APIs toProxySchema.add_remote_schema
,ProxySchema.add_schema
andcopy_schema
for creating schemas that are subsets of other, larger schemas.
- Added
CacheSerializer
,NoopCacheSerializer
andJSONCacheSerializer
. ChangedCacheBackend
,InMemoryCache
,CloudflareCacheBackend
andDynamoDBCacheBackend
to acceptserializer
initialization option. - Fixed schema proxy returning an error when variable defined in an operation is missing from its variables.
- Fixed query
union
fields support. - Improved custom headers handling in
ProxyResolver
andProxySchema
. - Proxy errors and extensions from upstream.
- Added fields dependencies configuration option to
ProxySchema
.
- Added
CloudflareCacheBackend
. - Added
DynamoDBCacheBackend
. - Changed
QueryFilter
androot_resolver
to split variables between schemas. - Added
insert_field
utility toProxySchema
. Addedget_query_params_resolver
as factory forimgix
resolvers.
- Initial release.