← 制作に戻る ~/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.