We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4430712 commit e1d6117Copy full SHA for e1d6117
documentation/profiler.md
@@ -49,7 +49,7 @@ ProfilerResult profilerResult = executionInput.getGraphQLContext().get(ProfilerR
49
50
if (profilerResult != null) {
51
Map<String, Object> summary = profilerResult.shortSummaryMap();
52
- System.out.println(summary); // or log
+ System.out.println(summary); // or log as you prefer
53
}
54
```
55
0 commit comments