Skip to content

Commit a05092e

Browse files
committed
fix: switch to postgraphile-plugin-connection-filter
1 parent 755e601 commit a05092e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ WORKDIR /app
44

55
RUN npm install -g postgraphile@5.0.0-beta.38 \
66
@graphile-contrib/pg-simplify-inflector@6.1.0 \
7-
postgraphile-plugin-connection-filter-relations@3.0.0-beta.7
7+
postgraphile-plugin-connection-filter@3.0.0-beta.7
8+
# TODO: do same change as was in postgraphile-plugin-connection-filter-relations
89

910
EXPOSE 5000
1011

0 commit comments

Comments
 (0)