We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6733b3d commit e988eedCopy full SHA for e988eed
1 file changed
v2/pkg/engine/plan/cost.go
@@ -18,8 +18,8 @@ It builds on top of IBM spec for @cost and @listSize directive with a few change
18
* When weight is specified for the type and a field returns the list of that type,
19
this weight (along with children's costs) is multiplied too.
20
21
-Weights on arguments of directives are supported, but should be used only if specifying the
22
-weight on the fields is not possible for some reason.
+Weights on arguments of directives are supported. If an argument is of InputObject's type,
+then the weight from its fields is not counted.
23
24
*/
25
0 commit comments