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
This results in an error when sending the query to my GraphQL API because of the empty variables input query Orders( ) { .... } it should be query Orders { ... }.
Would appreciate if this issue could be solved. 👍
The text was updated successfully, but these errors were encountered:
When generating requests for queries without any variables the query becomes:
This results in an error when sending the query to my GraphQL API because of the empty variables input query Orders( ) { .... } it should be query Orders { ... }.
Would appreciate if this issue could be solved. 👍
The text was updated successfully, but these errors were encountered: