hasura / learn-graphql

Real world GraphQL tutorials for frontend developers with deadlines!
https://hasura.io/learn/
MIT License
1.18k stars 647 forks source link

Docs: add v3 supergraph course #1018

Closed robertjdominguez closed 5 months ago

robertjdominguez commented 6 months ago

Description

This PR adds a supergraph course for v3 using a set of PostgreSQL- and TS-backed subgraphs. It covers modeling, DX, and integrating custom business logic with permissions.

Plans exist for a sequel (pardon the pun) that will address CI/CD and git orchestration.

DOCS-1605