woonsan commented on a change in pull request #660: URL: https://github.com/apache/jmeter/pull/660#discussion_r750043812
########## File path: src/protocol/http/src/main/java/org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.java ########## @@ -273,4 +264,13 @@ private static String getJsonNodeTextContent(final JsonNode jsonNode, final bool throw new IllegalArgumentException("Not a string value node."); } + + private static void appendJsonStringField(final StringBuilder sb, final String fieldName, final String fieldValue) { Review comment: Removed. Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org