mll-lab / laravel-graphql-playground

This project is deprecated in favor of https://github.com/mll-lab/laravel-graphiql.
MIT License
267 stars 25 forks source link

Suggestion: consider a debug tab #39

Closed Jofairden closed 4 years ago

Jofairden commented 4 years ago

In short I had this issue where my schema was corrupted The only way I was able to identify the root causes of the issue was by opening my browser console and toggling the docs panel. I think you should consider a tab that can show the errors that I got by using the above method. It would be very useful during development.

spawnia commented 4 years ago

This package is only a thin integration layer for https://github.com/prisma-labs/graphql-playground. This seems like it can be implemented or fixed upstream.

Jofairden commented 4 years ago

Alright, I left an issue there.