// 임팩트
- Schema-first GraphQL API design
- A clean, typed contract between client and server
- Built to explore resolver patterns
// overview
movieql is a small GraphQL movie API built to explore schema-first design — modelling the types first, then letting resolvers fulfil the contract. A sandbox for thinking about typed client/server boundaries that later informed production API work.