We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594c9df commit 04fa5e1Copy full SHA for 04fa5e1
spring-graphql/src/main/java/org/springframework/graphql/observation/DataLoaderObservationContext.java
@@ -58,6 +58,7 @@ public List<?> getResult() {
58
59
/**
60
* Set the list of resolved values by the {@link org.dataloader.DataLoader}.
61
+ * @param result the values resolved by the data loader
62
*/
63
public void setResult(List<?> result) {
64
this.result = result;
0 commit comments