graphql-voyager
graphql-voyager copied to clipboard
poll the schema
i think voyager is a great tool for developing a schema as well.
it would be great if voyager would poll the endpoint periodically (introspection) and update if there is some change on the schema
How frequently does the schema get updated? How shall it work?
I build a static view, and it gets rebuilt twice a day. But it's static.
If you have voyager as a library in a simple HTML page which calls the endpoint, you want the HTML page to upgrade every X, not really voyager.