firecamp-io / firecamp

VSCode for APIs, Postman Alternative.
https://firecamp.dev
317 stars 22 forks source link

Graphql schema auto refresh issue #156

Closed Nagendra349 closed 2 years ago

Nagendra349 commented 3 years ago

HI,

We have implemented graphql framework for backend service in our project. The service is working fine in dev and stage environments, but when we check in production systems we are getting schema auto refresh issue, the schema is not refreshed automatically. Due to the UI is not working well. can you please help me on this.

Nishchit14 commented 3 years ago

Hi, @Nagendra349 Thank you for sharing your use case. The schema auto-refresh option is not available in Firecamp v1. We're building v2 and considering this option soon. If you hit enter in the URL bar then it'll re-fetch the schema of the given endpoint. please try it and do let me know if it works for you or not.

Nishchit14 commented 3 years ago

@Nagendra349 you can now click on the Fetch Schema button to re-fetch them, still, we'll add the auto fetch option in config in the future.

image