graphql / graphql-playground

🎮 GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)
MIT License
8.78k stars 735 forks source link

Unable to close the "TRACING" and "QUERY PLAN" panes #1264

Open DarkLite1 opened 4 years ago

DarkLite1 commented 4 years ago

This issue pertains to the following package(s):

What OS and OS version are you experiencing the issue(s) on?

Windows Server 2016

What version of graphql-playground(-electron/-middleware) are you experiencing the issue(s) on?

We're using apollo-server-express version ^2.16.0 which comes with the Playground build in.

What is the actual behavior?

When exploring the GUI I tried to click on the words TRACING and QUERY PLAN. But now I am unable to close it again.

image

What steps may we take to reproduce the behavior?

Run a standard ApolloServer.

Bilal-Z commented 3 years ago

I had the same issue, but if you hover your mouse right above where it says Tracing and Query Plan you will notice the cursor changes to an up or down arrow depending upon if the pane is open or closed. see attached video.

Edit: video upload not working here are some screenshots.

Screenshot from 2020-12-29 13-55-55 Screenshot from 2020-12-29 13-55-36

DarkLite1 commented 3 years ago

You are correct, when you hover over the border you can see the small arrow to collapse the panes. It would be better however to have s mall cross like on a file explorer close button. So leaving this open for improvement for now.