graphql-voyager icon indicating copy to clipboard operation
graphql-voyager copied to clipboard

poll the schema

Open macrozone opened this issue 2 years ago • 1 comments

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

macrozone avatar Jul 26 '22 15:07 macrozone

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.

LunaticMuch avatar Aug 01 '22 06:08 LunaticMuch