Example Project from A First Look at PostGraphile with Railway
PostGraphile builds a GraphQL API from a PostgreSQL schema that automatically detects tables, columns, indexes, relationships, views, types, functions, and comments. It combines PostgreSQL's role-based grant system and row-level security policies with Graphile Engine's GraphQL look-ahead and plugin expansion technologies.
git clone https://github.com/ajcwebdev/a-first-look.git
cd backend/postgraphile-railway