Built a prototype with Apollo Server and Express. Observations:Schema-first development is intuitiveGraphQL Gateway pattern emergingResolver logic can become tangled — test early!GraphQL helped decouple frontend/backend contracts effectively.