We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c44b10 commit cd3a7bfCopy full SHA for cd3a7bf
src/main/java/graphql/execution/batched/BatchedExecutionStrategy.java
@@ -19,9 +19,9 @@
19
* Execution Strategy that minimizes calls to the data fetcher when used in conjunction with {@link DataFetcher}s that have
20
* {@link DataFetcher#get(DataFetchingEnvironment)} methods annotated with {@link Batched}. See the javadoc comment on
21
* {@link Batched} for a more detailed description of batched data fetchers.
22
- * <p/>
+ * <p>
23
* The strategy runs a BFS over terms of the query and passes a list of all the relevant sources to the batched data fetcher.
24
+ * </p>
25
* Normal DataFetchers can be used, however they will not see benefits of batching as they expect a single source object
26
* at a time.
27
*/
0 commit comments