← Back to work ~/work/movieql

movieql

archived

A GraphQL movie API exploring schema-first design — a sandbox for resolver patterns and a clean typed contract.

JavaScriptGraphQL

// impact

  • 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.