Hacker News new | ask | show | jobs
by BenjieGillam 2029 days ago
Out of interest (as the PostGraphile maintainer) did you look into https://www.graphile.org/postgraphile/make-extend-schema-plu... for extending the PostGraphile schema to do whatever you need, or were you specifically looking to implement the extensions in Go?
1 comments

First, thanks! PostGraphile is an AWESOME piece of software! But yeah, the reason was simply because I wanted to implement custom logic in Go.
Thanks! Makes sense; best of luck with your future projects!