We should experiment with support for iterative development with PostGraphQL and other development workflows.
One idea is that in development we could add triggers that will notify us whenever the schema changes so we can reload the server. If we go this route we should probably also add a reloading notification to GraphiQL.
Doing this would also be super useful for refreshing GraphiQL across schema changes.
Idea 馃挕
What if we also allow people to run Postgres queries in the GraphiQL interface? This would be disabled in production of course.
Added support for watching Postgres (#166), now we just need GraphiQL to auto-reload it鈥檚 introspection.
We should have this with https://github.com/calebmer/postgraphql/pull/252 :+1:
Most helpful comment
Added support for watching Postgres (#166), now we just need GraphiQL to auto-reload it鈥檚 introspection.