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
Copy file name to clipboardExpand all lines: README.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,10 +83,6 @@ or write your own:
83
83
schema definition (for example via GraphQL SDL)
84
84
***[`fieldExtensionsEstimator`](src/estimators/fieldExtensions/README.md):** The field extensions estimator lets you set a numeric value or a custom estimator
85
85
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.
90
86
* PRs welcome...
91
87
92
88
Consult the documentation of each estimator for information about how to use them.
0 commit comments