We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using variables with the graphql editor expected the variables element of the plugin context RequestBody text to be an object
RequestBody
text
"variables": { "first": 50, "where": { "contexts": [] } }
variables are a json string
"variables":"{\"first\": 50,\"where\": {\"contexts\": []}}"}
the variables in the actual request body being sent are correctly sent as an object.
this is causing our custom request signing plugin to generate the wrong request signature and causing authentication failures.
No response
10.2.0
macOS
14.1.1
download from insomnia.rest
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
When using variables with the graphql editor expected the variables element of the plugin context
RequestBody
text
to be an objectActual Behavior
variables are a json string
the variables in the actual request body being sent are correctly sent as an object.
this is causing our custom request signing plugin to generate the wrong request signature and causing authentication failures.
Reproduction Steps
No response
Is there an existing issue for this?
Which sync method do you use?
Additional Information
No response
Insomnia Version
10.2.0
What operating system are you using?
macOS
Operating System Version
14.1.1
Installation method
download from insomnia.rest
Last Known Working Insomnia version
No response
The text was updated successfully, but these errors were encountered: