FFFF
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80fcbb9 commit c8f3c08Copy full SHA for c8f3c08
src/main/java/graphql/execution/ResultNodesInfo.java
@@ -10,7 +10,7 @@
10
* After each execution the GraphQLContext contains a ResultNodeInfo object under the key {@link ResultNodesInfo#RESULT_NODES_INFO}
11
* <p>
12
* The number of result can be limited (and should be for security reasons) by setting the maximum number of result nodes
13
- * in the GraphQLContext under the key {@link ResultNodesInfo#MAX_RESULT_NODES} of type Integer.
+ * in the GraphQLContext under the key {@link ResultNodesInfo#MAX_RESULT_NODES} to an Integer
14
* </p>
15
*/
16
@PublicApi
0 commit comments