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 f8e5431 commit c682643Copy full SHA for c682643
include/graphqlservice/GraphQLClient.h
@@ -98,7 +98,7 @@ struct ModifiedVariable
98
{
99
response::Value result { response::Type::List };
100
101
- result.reserve(values.size());
+ result.reserve(listValue.size());
102
std::for_each(listValue.begin(), listValue.end(), [&result](auto& value) {
103
result.emplace_back(serialize<Other...>(std::move(value)));
104
});
0 commit comments