Autogenerate GraphQL Endpoints with Postgraphile

InstructorBrett Cassette

Share this video with your friends

Send Tweet

Postgraphile automatically detects tables, columns, indexes, relationships, views, etc. - providing a GraphQL server that is highly intelligent about your data - while remaining extensible to your own resolvers and providing ample security options.

In this lesson, we'll build a Postgres-backed GraphQL API and a React frontend. Checkout the lesson code on Github to follow along.