rmosolgo / graphiql-rails

Mount the GraphiQL query editor in a Rails app
MIT License
447 stars 137 forks source link

show response.status in"The server responded with invalid JSON, this is probably a server-side error" #49

Closed gfx closed 6 years ago

gfx commented 6 years ago

When it occurs from session-expiration, it is confusing because server-side has no bugs.

status is a nice hint, even if we can see it with devtools.

gfx commented 6 years ago

Thanks!