Postgraphile: Iterative development with PostGraphQL

Created on 24 Sep 2016  路  3Comments  路  Source: graphile/postgraphile

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.

馃拝 enhancement

Most helpful comment

Added support for watching Postgres (#166), now we just need GraphiQL to auto-reload it鈥檚 introspection.

All 3 comments

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:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mrbarletta picture mrbarletta  路  5Comments

safaiyeh picture safaiyeh  路  3Comments

jwdotjs picture jwdotjs  路  5Comments

jayp picture jayp  路  3Comments

giacomorebonato picture giacomorebonato  路  3Comments