Releases: mirumee/ariadne-graphql-proxy
Releases · mirumee/ariadne-graphql-proxy
0.4.0
0.4.0.dev1
CHANGELOG
- 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.
0.3.0
CHANGELOG
- 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
.