Starting To Learn About GraphQL
I’ve started learning about GraphQL.
The best summary I’ve seen so far is the graphene-python “Getting Started” guide.
This post also talks about the dataloader pattern to helps solve n+1 query issues.
Apollo Codegen also looks like a good way to share GraphQL types with the front-end.