graphql / graphql-playground

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

"Reload Schema" does not work on Electron App; forced to quit/restart the app #1389

Open JESii opened 2 years ago

JESii commented 2 years ago

This issue pertains to the following package(s):

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

MacOS v11.6.5

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

Version 1.8.10 (1.8.10.5129)

What is the expected behavior?

When I restart the graphql server And I click on "reload schema" (Cmd-R) Then it should query and reload the schema

What is the actual behavior?

Schema is not reloaded; a new query that I added is still not available.

What steps may we take to reproduce the behavior?

Just what was described above

Please provide a gif or image of the issue for a quicker response/fix. 2022-05-17 at 11 11 AM This screenshot displays the new query -- GetPortfolio -- that was added. This was not available until I completely restarted the playground and reloaded my queries.