Postgraphile how to use more than one plugin

Mustafa Ülker
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

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

No responses yet

Write a response