Skip to content

Commit 2503a45

Browse files
committed
Update docs
1 parent fb6da94 commit 2503a45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ type ComplexityEstimatorArgs = {
108108
// The GraphQL node that is being evaluated
109109
node: FieldNode;
110110

111+
// The path of the GraphQL node that is being evaluated
112+
path: string[];
113+
111114
// The input arguments of the field
112115
args: { [key: string]: any };
113116

0 commit comments

Comments
 (0)