v2.0.0-alpha.0
Pre-release
Pre-release
BREAKING CHANGE:
- do not support appollo-server v3 and below
- all api, including plugin option, directives, helpers interface, change:
a. pulgin constructor take redis client (typeRedis
fromioredis
) instead ofRedisCache
from deprecatedapollo-server-cache-redis
b.invalidateFQC
take redis instead ofRedisCache
c. directives api is totally changed to function way, as graphql-tools/utils v8 depreacated class baseSchemaDirectiveVisitor