https://github.com/petetnt/postgraphile-plugin-connection-filter-issue-59
https://github.com/petetnt/postgraphile-plugin-connection-filter-issue-59
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/petetnt/postgraphile-plugin-connection-filter-issue-59
- Owner: petetnt
- Created: 2018-12-07T08:37:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-07T08:43:06.000Z (over 6 years ago)
- Last Synced: 2025-02-05T01:32:42.774Z (4 months ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# postgraphile-plugin-connection-filter#59
1. Install deps `yarn`
2. Up the DB `docker-compose up`
3. Push the sample `sql` file: `psql -h localhost -U test -d test -p 5999 -a -f index.sql`
4. Run the app `index.js`Everything seems to work 🤔