Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,8 @@ public GraphQLResponse postFiles(
* representing given file inside multipart request (including size, submittedFileName, etc.)
* @param pathFunc function to generate the path to file inside variables. For example:
* <ul>
* <li>index -> String.format("variables.files.%d", index) for multiple files
* <li>index -> "variables.file" for single file
* <li>index -&gt; String.format("variables.files.%d", index) for multiple files
* <li>index -&gt; "variables.file" for single file
* </ul>
*
* @return {@link GraphQLResponse} containing the result of query execution
Expand Down