-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VertxDynamicGraphQLClient #976
Comments
I changed to
|
It would be cool if you could create a PR for this! If you are not sure about how to do that, just ask. |
+1 for a PR. Just a few comments:
|
How can I create a PR? I cloned the repo and made modifications to code and tests but when I try to push my changes to a new branch I get an 403 error. |
You can make modifications in your own fork, and then open a PR from there. |
The documentation in GitHub is actually very good. Maybe this page is what you need. |
done in #996 |
In RequestImpl
private JsonObject _formatJsonVariables() {
JsonObjectBuilder varBuilder = Json.createObjectBuilder();
Why only String and Integer why can not I keep maps in variables? JsonBuilderFactory can create nested objects as well.
The text was updated successfully, but these errors were encountered: