Instant GraphQL API for PostgreSQL databases
GraphQL schema created by reflection over a PostgreSQL schema
postgraphile$ postgraphile -c postgres://user:password@localhost/mydb$ postgraphile -c postgres://localhost/mydb --watch --port 3000$ postgraphile -c postgres://localhost/mydb --schema-only > schema.graphql