Teaching myself about GraphQL APIs
This uses ariadne
which is a schema-first approach to GraphQL design. Code-first is the
other option using graphene
References: https://www.reddit.com/r/graphql/comments/fpkx7a/codefirst_vs_schemafirst_development/ https://www.prisma.io/blog/the-problems-of-schema-first-graphql-development-x1mn4cb0tyl3 https://blog.graphqleditor.com/graphql-schemafirst-codefirst
- pipenv
- Python 3.8
All this code is based on this tutorial