You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a GQL query has a name, it gets extracted to and sent as queryName param.
Actual Behavior
If I send q GQL query with a query name, then remove the query name from query, the queryName param is still sent with incorrect value. This causes issues down the line.
First, sending a correct query and seeing correct response:
Then remove the query name and still se it being sent in the additional param:
Expected Behavior
If a GQL query has a name, it gets extracted to and sent as
queryName
param.Actual Behavior
If I send q GQL query with a query name, then remove the query name from query, the
queryName
param is still sent with incorrect value. This causes issues down the line.First, sending a correct query and seeing correct response:
Then remove the query name and still se it being sent in the additional param:
Reproduction Steps
Is there an existing issue for this?
Additional Information
No response
Insomnia Version
9.2.0
What operating system are you using?
Ubuntu
Operating System Version
Ubuntu 22.04.4 LTS
Installation method
download from insomnia.rest
Last Known Working Insomnia version
Unsure. I'm told "previous".
The text was updated successfully, but these errors were encountered: