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
Describe the bug
When I make a call to a server, especially a raw query, and I get an error reponse back from the server there's no way to see this in the calling class.
To Reproduce
Steps to reproduce the behavior:
Make a raw call to the GraphQL server with a syntax error for example. The server I'm calling (Invision Community Server) returns an error like this
Describe the bug
When I make a call to a server, especially a raw query, and I get an error reponse back from the server there's no way to see this in the calling class.
To Reproduce
Steps to reproduce the behavior:
Make a raw call to the GraphQL server with a syntax error for example. The server I'm calling (Invision Community Server) returns an error like this
Expected behavior
At the very least I'd like the error to be returned from the get method, but perhaps throw an error I can catch.
Would using Guzzle be an option? As a Laravel client the dependency is already there from Laravel.
Anyway, getting the error back would be a good start.
The text was updated successfully, but these errors were encountered: