-
Notifications
You must be signed in to change notification settings - Fork 402
GraphQL Connections does not work #131
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
The connection to GraphQL can be made, however every query end up into a success-message, which contains then a error message inside. It happens for Query as also for Mutations.
Main error message is: "parse-failed" in "$.variables". "parsing HashMap failed, expected Object, but encountered String".
Seems even an empty array (?) of Variables for the GraphQL request leads into this. Eventually the mapping should be checked.
Please be aware, that Variables itself can be typed differently (String, Number, JSON)...
Thank you in advance for looking into it!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working