File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import getQueryTypeComplexity from '../analysis/typeComplexityAnalysis';
1616 * @param {RateLimiterSelection } rateLimiter Specify rate limiting algorithm to be used
1717 * @param {RateLimiterOptions } options Specify the appropriate options for the selected rateLimiter
1818 * @param {GraphQLSchema } schema GraphQLSchema object
19- * @param {RedisClientOptions } RedisOptions // TODO add dsecription
19+ * @param {RedisClientOptions } RedisOptions ioredis connection options https://ioredis.readthedocs.io/en/stable/API/#new_Redis
2020 * @param {TypeWeightConfig } typeWeightConfig Optional type weight configuration for the GraphQL Schema.
2121 * Defaults to {mutation: 10, object: 1, field: 0, connection: 2}
2222 * @returns {RequestHandler } express middleware that computes the complexity of req.query and calls the next middleware
You can’t perform that action at this time.
0 commit comments