Skip to content

Commit ed7cf16

Browse files
committed
Remove fieldConfigEstimator and legacyEstimator from README
1 parent 5444e27 commit ed7cf16

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,6 @@ or write your own:
8383
schema definition (for example via GraphQL SDL)
8484
* **[`fieldExtensionsEstimator`](src/estimators/fieldExtensions/README.md):** The field extensions estimator lets you set a numeric value or a custom estimator
8585
function in the field config extensions of your schema.
86-
* **[`fieldConfigEstimator`](src/estimators/fieldConfig/README.md):** (DEPRECATED) The field config estimator lets you set a numeric value or a custom estimator
87-
function in the field config of your schema.
88-
* **[`legacyEstimator`](src/estimators/legacy/README.md):** (DEPRECATED) The legacy estimator implements the logic of previous versions. Can be used
89-
to gradually migrate your codebase to new estimators.
9086
* PRs welcome...
9187

9288
Consult the documentation of each estimator for information about how to use them.

0 commit comments

Comments
 (0)