You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Support apollo-server v4 now, but drop support for apollo-server v3 and graphql-tools v8 and below
129
+
2. All APIs, including plugin option, directives, helpers interface, changed:
130
+
a. pulgin constructor take redis client (type `Redis` from ioredis) instead of `RedisCache` from deprecated apollo-server-cache-redis
131
+
b. invalidateFQC take redis instead of `RedisCache`
132
+
c. directives api is totally changed to function way, as graphql-tools/utils v8 depreacated class base SchemaDirectiveVisitor
133
+
134
+
### Known issues
135
+
136
+
If hit `Types have separate declarations of a private property '__identity'` when build apollo server codebase, make sure both direct dependency on `@apollo/server` and this package dependency on `@apollo/server` share totally same version.
0 commit comments