Skip to content

Commit 4d794cb

Browse files
committed
Add Javadoc
1 parent ed23db4 commit 4d794cb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/graphql/execution/ExecutionContext.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,11 @@ public ValueUnboxer getValueUnboxer() {
173173
return valueUnboxer;
174174
}
175175

176+
/**
177+
* @return true if the current operation should propagate errors in non-null positions
178+
* Propagating errors is the default. Error aware clients may opt in returning null in non-null positions
179+
* by using the `@errorHandling` directive.
180+
*/
176181
@ExperimentalApi
177182
public boolean propagateErrors() { return propagateErrors; }
178183

0 commit comments

Comments
 (0)