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 @@ -74,7 +74,7 @@ or write your own:
74
74
last estimator in the chain for a default value.
75
75
* ** [ ` directiveEstimator ` ] ( src/estimators/directive/README.md ) :** Set the complexity via a directive in your
76
76
schema definition (for example via GraphQL SDL)
77
- * ** [ ` fieldConfigEstimator ` ] ( src/estimators/simple /README.md ) :** The field config estimator lets you set a numeric value or a custom estimator
77
+ * ** [ ` fieldConfigEstimator ` ] ( src/estimators/fieldConfig /README.md ) :** The field config estimator lets you set a numeric value or a custom estimator
78
78
function in the field config of your schema.
79
79
* ** [ ` legacyEstimator ` ] ( src/estimators/legacy/README.md ) :** The legacy estimator implements the logic of previous versions. Can be used
80
80
to gradually migrate your codebase to new estimators.
You can’t perform that action at this time.
0 commit comments