Skip to content

v2.0.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jun 02:14
528c9cd

BREAKING CHANGE:

  1. do not support appollo-server v3 and below
  2. all api, including plugin option, directives, helpers interface, change:
    a. pulgin constructor take redis client (type Redis from ioredis) instead of RedisCache from deprecated apollo-server-cache-redis
    b. invalidateFQC take redis instead of RedisCache
    c. directives api is totally changed to function way, as graphql-tools/utils v8 depreacated class base SchemaDirectiveVisitor