← 작업으로 ~/work/movieql

movieql

archived

스키마 우선 설계를 탐구한 GraphQL 영화 API — 리졸버 패턴과 타입 계약을 실험한 공간.

JavaScriptGraphQL

// 임팩트

  • Schema-first GraphQL API design
  • A clean, typed contract between client and server
  • Built to explore resolver patterns

// overview

2018 · Build

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.