4 Designing a GraphQL schema
This chapter covers
- Planning UI features and mapping them to API operations
- Coming up with schema language text based on planned operations
- Mapping API features to sources of data
In this chapter, we are going to build a real data API for a real web application. I picked the name AZdev for it, which is short for “A to Z” of developer resources. AZdev will be a searchable library of practical micro-documentation, errors and solutions, and general tips for software developers.
I am not a fan of useless abstract examples that are removed from practical realities. Let’s build something real (and useful).
4.1 Why AZdev?
When software developers are performing their day-to-day tasks, they often need to look up one particular ...
Get GraphQL in Action now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.