GraphQL and Design Clarity (part 2)
5 min readMar 15, 2022
--
In my first article on GraphQL and design, I gave an overview of what GraphQL is and how it could help you in your design process. In this article, I want to share a simple but practical example of how thinking about the schema behind the UI can actually help prevent some implementation problems down the road, and how the schema can be a powerful way of communicating between the UX team, front-end devs, and the back-end API teams.