Apollo Graph Associate certification course
Each subfolder contains an incremental step into building an example Apollo GraphQL application following Apollo's Associate certification program.
Touched concepts
- what are graphs and when should we use them over alternatives like classic REST
- the gql language syntax, schema-first vs code-first approaches
- Queries vs Mutations
- Resolvers and Data sources