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 d8c2bab commit 29dcdedCopy full SHA for 29dcded
spring-graphql-test/src/main/java/org/springframework/graphql/test/tester/GraphQlTester.java
@@ -150,10 +150,9 @@ interface Request<T extends Request<T>> {
150
T variable(String name, @Nullable Object value);
151
152
/**
153
- * Add a variable.
154
- * @param name the variable name
155
- * @param value the variable value, possibly {@code null} since GraphQL
156
- * supports providing null value vs not providing a value at all.
+ * Add a value for a protocol extension.
+ * @param name the protocol extension name
+ * @param value the extension value
157
* @return this request spec
158
*/
159
T extension(String name, @Nullable Object value);
0 commit comments