(VDB-563) Remove Postgraphile bespoke code

- Add documentation for running Postgraphile from their binary
This commit is contained in:
Rob Mulholand
2019-05-08 09:11:51 -05:00
parent 3b531950f2
commit ca354de229
25 changed files with 33 additions and 5349 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ Documentation on how to build custom transformers to work with these commands ca
- `make integrationtest` will run just the integration tests
## API
[Postgraphile](https://www.graphile.org/postgraphile/) is used to expose GraphQL endpoints for our database schemas, this is described in detail [here](../staging/postgraphile/README.md).
[Postgraphile](https://www.graphile.org/postgraphile/) is used to expose GraphQL endpoints for our database schemas, this is described in detail [here](../staging/documentation/postgraphile.md).
## Contributing