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
We could certainly improve the message. Passing --stacktrace to the gradle invocation does show more info but only the first 50 characters of the received document are shown.
Use case
When Supabase encounters a malformed comment, it returns an error to introspection requests. It would be nice to see that error.
Describe the solution you'd like
Currently when the server has an error,
./gradlew downloadServiceApolloSchemaFromIntrospection
displays this message:The response from the server was:
In that case, it would be nice if Apollo gracefully handled the error and displayed the message from the server.
The text was updated successfully, but these errors were encountered: