feedback
feedback copied to clipboard
[Bug]: GraphQL Variables Error
What happened?
While writing a guide on the Client for testing GraphQL APIs, I discovered that the GraphQL variable functionality doesn't work. Any query that uses variables doesn't seem to send the variables to the API. The same query with a hard-coded variable value works fine.
Here is a screenshot of a GeoDB API query with variables:
The same query with a hard-coded value:
I also tested it with other APIs.
Steps to reproduce?
Create a request with any GraphQL query that involves variables.
VS Code version
1.71.2
Extension version
1.6.0
Relevant log output
No response