Use our own hapi-postgraphile plugin

1. Much much less code
2. The third-party plugin only supported JWT which we no longer use
This commit is contained in:
Abel Luck 2023-06-07 10:28:03 +00:00
parent ffee8f42e4
commit 9b2f08ab7e
4 changed files with 69 additions and 36 deletions

View file

@ -27,9 +27,6 @@
"typeorm": {
"pg": "^8.11.0"
},
"hapi-postgraphile": {
"pg": "^8.11.0"
},
"graphql": "15.8.0"
},
"devDependencies": {