Postgraphile how to use more than one plugin
Nov 16, 2020
append-plugin postgraphile two plugin
easy implementation is comma
i needed to use 2 plugin here i my usage
--append-plugins @graphile/postgis,@graphile-contrib/pg-simplify-inflector
here is the final code for postgraphile server
npx postgraphile -c ‘postgres://postgresuser:mysecret@myhost:5432/gimappdatabase’ --cors -p 5001 --enhance-graphiql --host “0.0.0.0” -s api --append-plugins @graphile/postgis,@graphile-contrib/pg-simplify-inflector --watch