We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 755e601 commit a05092eCopy full SHA for a05092e
Dockerfile
@@ -4,7 +4,8 @@ WORKDIR /app
4
5
RUN npm install -g postgraphile@5.0.0-beta.38 \
6
@graphile-contrib/pg-simplify-inflector@6.1.0 \
7
- postgraphile-plugin-connection-filter-relations@3.0.0-beta.7
+ postgraphile-plugin-connection-filter@3.0.0-beta.7
8
+ # TODO: do same change as was in postgraphile-plugin-connection-filter-relations
9
10
EXPOSE 5000
11
0 commit comments