Example GraphQL implementation of client and server with Apollo
npm i
npm start
Server side implemented with Apollo simulating requests to a "Canvas API" and a "Ladok API".
Client side is implemented also with Apollo and React (with hooks)
Resources:
- Real example (experimental): https://github.com/KTH/lms-export-to-ladok/tree/new-ux
- GraphQL official website
- "Discover GraphQL" maintained by the Apollo team
- Apollo graphQL
Even more resources: GraphQL awesome list